Flutter Engine
The Flutter Engine
|
#include <flow_graph_compiler.h>
Public Member Functions | |
TemplateSlowPathCode (T *instruction) | |
T * | instruction () const |
Public Member Functions inherited from dart::SlowPathCode | |
SlowPathCode (Instruction *instruction) | |
virtual | ~SlowPathCode () |
Instruction * | instruction () const |
compiler::Label * | entry_label () |
compiler::Label * | exit_label () |
void | GenerateCode (FlowGraphCompiler *compiler) |
Public Member Functions inherited from dart::ZoneAllocated | |
ZoneAllocated () | |
void * | operator new (size_t size) |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *pointer) |
Definition at line 172 of file flow_graph_compiler.h.
|
inlineexplicit |
Definition at line 174 of file flow_graph_compiler.h.
|
inline |
Definition at line 176 of file flow_graph_compiler.h.