#include <app_snapshot.h>
Definition at line 42 of file app_snapshot.h.
◆ LoadingUnitSerializationData()
Definition at line 44 of file app_snapshot.h.
46 : id_(
id), parent_(
parent), deferred_objects_(), objects_(
nullptr) {}
LoadingUnitSerializationData * parent() const
◆ AddDeferredObject()
void dart::LoadingUnitSerializationData::AddDeferredObject |
( |
CodePtr |
obj | ) |
|
|
inline |
Definition at line 50 of file app_snapshot.h.
50 {
52 }
static Object & ZoneHandle()
◆ deferred_objects()
◆ id()
intptr_t dart::LoadingUnitSerializationData::id |
( |
| ) |
const |
|
inline |
◆ objects()
◆ parent()
◆ set_objects()
Definition at line 58 of file app_snapshot.h.
58 {
59 ASSERT(objects_ ==
nullptr);
61 }
ZoneGrowableArray< Object * > * objects()
The documentation for this class was generated from the following file: