Searched refs:HeapThing (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h267 typedef void* HeapThing; typedef in namespace:v8::internal
274 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
284 int Map(HeapThing thing);
285 void Pair(HeapThing thing, int entry);
288 static uint32_t Hash(HeapThing thing) {
334 virtual HeapEntry* AllocateEntry(HeapThing ptr);
520 static HeapThing const kNativesRootObject;
546 // Mapping from HeapThing pointers to HeapEntry* pointers.
H A Dheap-snapshot-generator.cc724 int HeapEntriesMap::Map(HeapThing thing) {
731 void HeapEntriesMap::Pair(HeapThing thing, int entry) {
799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
900 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
905 HeapEntry* FindEntry(HeapThing ptr) {
909 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
1563 virtual HeapEntry* AllocateEntry(HeapThing ptr) {
2268 virtual HeapEntry* AllocateEntry(HeapThing ptr);
2277 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) {

Completed in 82 milliseconds