Flutter Engine
The Flutter Engine
|
Public Member Functions | |
Chain (BlockEntryInstr *block) | |
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) |
Public Attributes | |
Link * | first |
Link * | last |
intptr_t | length |
Definition at line 118 of file block_scheduler.cc.
|
inlineexplicit |
Definition at line 119 of file block_scheduler.cc.
Link* dart::Chain::first |
Definition at line 122 of file block_scheduler.cc.
Link* dart::Chain::last |
Definition at line 123 of file block_scheduler.cc.
intptr_t dart::Chain::length |
Definition at line 124 of file block_scheduler.cc.