Flutter Engine
The Flutter Engine
|
#include <flow_graph_compiler.h>
Public Member Functions | |
DoubleToIntegerSlowPath (DoubleToIntegerInstr *instruction, FpuRegister value_reg) | |
virtual void | EmitNativeCode (FlowGraphCompiler *compiler) |
Public Member Functions inherited from dart::TemplateSlowPathCode< DoubleToIntegerInstr > | |
TemplateSlowPathCode (DoubleToIntegerInstr *instruction) | |
DoubleToIntegerInstr * | 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 201 of file flow_graph_compiler.h.
|
inline |
Definition at line 204 of file flow_graph_compiler.h.
|
virtual |
Implements dart::SlowPathCode.
Definition at line 6332 of file il.cc.