Flutter Engine
The Flutter Engine
|
#include <call_specializer.h>
Public Member Functions | |
virtual void | VisitInstanceCall (InstanceCallInstr *instr) |
virtual void | VisitStaticCall (StaticCallInstr *instr) |
Public Member Functions inherited from dart::FlowGraphVisitor | |
FlowGraphVisitor (const GrowableArray< BlockEntryInstr * > &block_order) | |
virtual | ~FlowGraphVisitor () |
ForwardInstructionIterator * | current_iterator () const |
virtual void | VisitBlocks () |
Public Member Functions inherited from dart::InstructionVisitor | |
InstructionVisitor () | |
virtual | ~InstructionVisitor () |
Public Member Functions inherited from dart::ValueObject | |
ValueObject () | |
~ValueObject () | |
Static Public Member Functions | |
static void | Optimize (FlowGraph *flow_graph) |
Additional Inherited Members | |
Protected Member Functions inherited from dart::FlowGraphVisitor | |
void | set_block_order (const GrowableArray< BlockEntryInstr * > &block_order) |
Protected Attributes inherited from dart::FlowGraphVisitor | |
ForwardInstructionIterator * | current_iterator_ |
Definition at line 261 of file call_specializer.h.
|
static |
Definition at line 1417 of file call_specializer.cc.
|
virtual |
Definition at line 1452 of file call_specializer.cc.
|
virtual |
Definition at line 1456 of file call_specializer.cc.