Flutter Engine
The Flutter Engine
|
Public Member Functions | |
DeoptMaterializedObjectRefInstr (intptr_t index) | |
virtual intptr_t | source_index () const |
virtual DeoptInstr::Kind | kind () const |
virtual const char * | ArgumentsToCString () const |
void | Execute (DeoptContext *deopt_context, intptr_t *dest_addr) |
Public Member Functions inherited from dart::DeoptInstr | |
DeoptInstr () | |
virtual | ~DeoptInstr () |
virtual const char * | ToCString () const |
virtual void | Execute (DeoptContext *deopt_context, intptr_t *dest_addr)=0 |
virtual CatchEntryMove | ToCatchEntryMove (DeoptContext *deopt_context, intptr_t dest_slot) |
virtual DeoptInstr::Kind | kind () const =0 |
bool | Equals (const DeoptInstr &other) const |
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) |
Additional Inherited Members | |
Public Types inherited from dart::DeoptInstr | |
enum | Kind { kRetAddress , kConstant , kWord , kFloat , kDouble , kFloat32x4 , kFloat64x2 , kInt32x4 , kMintPair , kMint , kInt32 , kUint32 , kPcMarker , kPp , kCallerFp , kCallerPp , kCallerPc , kMaterializedObjectRef , kMaterializeObject } |
Static Public Member Functions inherited from dart::DeoptInstr | |
static DeoptInstr * | Create (intptr_t kind_as_int, intptr_t source_index) |
static uword | GetRetAddress (DeoptInstr *instr, const ObjectPool &object_pool, Code *code) |
static intptr_t | GetFieldCount (DeoptInstr *instr) |
virtual intptr_t | source_index () const =0 |
virtual const char * | ArgumentsToCString () const |
Definition at line 825 of file deopt_instructions.cc.
|
inlineexplicit |
Definition at line 827 of file deopt_instructions.cc.
|
inlinevirtual |
Reimplemented from dart::DeoptInstr.
Definition at line 834 of file deopt_instructions.cc.
|
inlinevirtual |
Implements dart::DeoptInstr.
Definition at line 838 of file deopt_instructions.cc.
|
inlinevirtual |
Implements dart::DeoptInstr.
Definition at line 832 of file deopt_instructions.cc.
|
inlinevirtual |
Implements dart::DeoptInstr.
Definition at line 831 of file deopt_instructions.cc.