v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
SnapshotFiller (HeapSnapshot *snapshot, HeapEntriesMap *entries) | |
HeapEntry * | AddEntry (HeapThing ptr, HeapEntriesAllocator *allocator) |
HeapEntry * | FindEntry (HeapThing ptr) |
HeapEntry * | FindOrAddEntry (HeapThing ptr, HeapEntriesAllocator *allocator) |
void | SetIndexedReference (HeapGraphEdge::Type type, int parent, int index, HeapEntry *child_entry) |
void | SetIndexedAutoIndexReference (HeapGraphEdge::Type type, int parent, HeapEntry *child_entry) |
void | SetNamedReference (HeapGraphEdge::Type type, int parent, const char *reference_name, HeapEntry *child_entry) |
void | SetNamedAutoIndexReference (HeapGraphEdge::Type type, int parent, HeapEntry *child_entry) |
Public Member Functions inherited from SnapshotFillerInterface | |
virtual | ~SnapshotFillerInterface () |
Definition at line 2996 of file profile-generator.cc.
|
inlineexplicit |
Definition at line 2998 of file profile-generator.cc.
|
inlinevirtual |
Implements SnapshotFillerInterface.
Definition at line 3002 of file profile-generator.cc.
References HeapEntriesAllocator::AllocateEntry(), and HeapEntriesMap::Pair().
Referenced by SnapshotFiller::FindOrAddEntry().
|
inlinevirtual |
Implements SnapshotFillerInterface.
Definition at line 3007 of file profile-generator.cc.
References HeapSnapshot::entries(), HeapEntriesMap::Map(), and v8::internal::NULL.
Referenced by SnapshotFiller::FindOrAddEntry().
|
inlinevirtual |
Implements SnapshotFillerInterface.
Definition at line 3011 of file profile-generator.cc.
References SnapshotFiller::AddEntry(), SnapshotFiller::FindEntry(), and v8::internal::NULL.
|
inlinevirtual |
Implements SnapshotFillerInterface.
Definition at line 3022 of file profile-generator.cc.
References HeapSnapshot::entries().
|
inlinevirtual |
Implements SnapshotFillerInterface.
Definition at line 3015 of file profile-generator.cc.
References HeapSnapshot::entries().
|
inlinevirtual |
Implements SnapshotFillerInterface.
Definition at line 3036 of file profile-generator.cc.
References HeapSnapshot::entries(), StringsStorage::GetName(), and HeapSnapshotsCollection::names().
|
inlinevirtual |
Implements SnapshotFillerInterface.
Definition at line 3029 of file profile-generator.cc.
References HeapSnapshot::entries().