HeapThing 768 src/profile-generator.h virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
HeapThing 778 src/profile-generator.h int Map(HeapThing thing);
HeapThing 779 src/profile-generator.h void Pair(HeapThing thing, int entry);
HeapThing 782 src/profile-generator.h static uint32_t Hash(HeapThing thing) {
HeapThing 787 src/profile-generator.h static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
HeapThing 820 src/profile-generator.h virtual HeapEntry* AddEntry(HeapThing ptr,
HeapThing 822 src/profile-generator.h virtual HeapEntry* FindEntry(HeapThing ptr) = 0;
HeapThing 823 src/profile-generator.h virtual HeapEntry* FindOrAddEntry(HeapThing ptr,
HeapThing 856 src/profile-generator.h virtual HeapEntry* AllocateEntry(HeapThing ptr);
HeapThing 1017 src/profile-generator.h static HeapThing const kNativesRootObject;