v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <heap-snapshot-generator.h>
Public Member Functions | |
HeapEntriesMap () | |
int | Map (HeapThing thing) |
void | Pair (HeapThing thing, int entry) |
Friends | |
class | HeapObjectsSet |
Definition at line 305 of file heap-snapshot-generator.h.
HeapEntriesMap | ( | ) |
Definition at line 734 of file heap-snapshot-generator.cc.
Definition at line 739 of file heap-snapshot-generator.cc.
References TemplateHashMapImpl< AllocationPolicy >::Lookup(), and v8::internal::NULL.
Referenced by SnapshotFiller::FindEntry().
void Pair | ( | HeapThing | thing, |
int | entry | ||
) |
Definition at line 746 of file heap-snapshot-generator.cc.
References ASSERT, TemplateHashMapImpl< AllocationPolicy >::Lookup(), and v8::internal::NULL.
Referenced by SnapshotFiller::AddEntry().
|
friend |
Definition at line 324 of file heap-snapshot-generator.h.