Flutter Engine
The Flutter Engine
|
Protected Member Functions | |
AbstractInstanceDeserializationCluster (const char *name, bool is_canonical, bool is_root_unit) | |
Protected Member Functions inherited from dart::DeserializationCluster | |
void | ReadAllocFixedSize (Deserializer *deserializer, intptr_t instance_size) |
Protected Attributes | |
const bool | is_root_unit_ |
Protected Attributes inherited from dart::DeserializationCluster | |
const char *const | name_ |
const bool | is_canonical_ |
const bool | is_immutable_ |
intptr_t | start_index_ |
intptr_t | stop_index_ |
Additional Inherited Members | |
Public Member Functions inherited from dart::DeserializationCluster | |
DeserializationCluster (const char *name, bool is_canonical=false, bool is_immutable=false) | |
virtual | ~DeserializationCluster () |
virtual void | ReadAlloc (Deserializer *deserializer)=0 |
virtual void | ReadFill (Deserializer *deserializer)=0 |
virtual void | PostLoad (Deserializer *deserializer, const Array &refs) |
const char * | name () const |
bool | is_canonical () 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) |
Definition at line 4557 of file app_snapshot.cc.
|
inlineexplicitprotected |
Definition at line 4559 of file app_snapshot.cc.
|
protected |
Definition at line 4565 of file app_snapshot.cc.