#include <precompiler.h>
Definition at line 242 of file precompiler.h.
◆ Phase
Enumerator |
---|
kPreparation | |
kCompilingConstructorsForInstructionCounts | |
kFixpointCodeGeneration | |
kDone | |
Definition at line 269 of file precompiler.h.
269 {
270 kPreparation,
271 kCompilingConstructorsForInstructionCounts,
272 kFixpointCodeGeneration,
274 };
◆ AddField()
void dart::Precompiler::AddField |
( |
const Field & |
field | ) |
|
◆ AddTableSelector()
◆ CompileAll()
static ErrorPtr dart::Precompiler::CompileAll |
( |
| ) |
|
|
static |
◆ CompileFunction()
◆ get_runtime_type_is_unique()
bool dart::Precompiler::get_runtime_type_is_unique |
( |
| ) |
const |
|
inline |
Definition at line 252 of file precompiler.h.
252 {
253 return get_runtime_type_is_unique_;
254 }
◆ global_object_pool_builder()
Definition at line 256 of file precompiler.h.
256 {
257 return &global_object_pool_builder_;
258 }
◆ Instance()
◆ is_tracing()
bool dart::Precompiler::is_tracing |
( |
| ) |
const |
|
inline |
◆ phase()
Phase dart::Precompiler::phase |
( |
| ) |
const |
|
inline |
◆ selector_map()
Definition at line 260 of file precompiler.h.
260 {
262 }
SelectorMap * selector_map()
◆ thread()
Thread * dart::Precompiler::thread |
( |
| ) |
const |
|
inline |
◆ zone()
Zone * dart::Precompiler::zone |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: