v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <profile-generator.h>
Public Member Functions | |
HeapEntriesMap () | |
int | Map (HeapThing thing) |
void | Pair (HeapThing thing, int entry) |
Friends | |
class | HeapObjectsSet |
Definition at line 774 of file profile-generator.h.
HeapEntriesMap | ( | ) |
Definition at line 1569 of file profile-generator.cc.
Definition at line 1574 of file profile-generator.cc.
References TemplateHashMapImpl< AllocationPolicy >::Lookup(), and v8::internal::NULL.
Referenced by SnapshotFiller::FindEntry().
void Pair | ( | HeapThing | thing, |
int | entry | ||
) |
Definition at line 1581 of file profile-generator.cc.
References ASSERT, TemplateHashMapImpl< AllocationPolicy >::Lookup(), and v8::internal::NULL.
Referenced by SnapshotFiller::AddEntry().
|
friend |
Definition at line 793 of file profile-generator.h.