Home
last modified time | relevance | path

Searched refs:AllocateEntry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dheap-snapshot-generator.h277 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
337 virtual HeapEntry* AllocateEntry(HeapThing ptr);
Dheap-snapshot-generator.cc806 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry() function in v8::internal::V8HeapExplorer
917 HeapEntry* entry = allocator->AllocateEntry(ptr); in AddEntry()
1571 virtual HeapEntry* AllocateEntry(HeapThing ptr) { in AllocateEntry() function in v8::internal::JSArrayBufferDataEntryAllocator
2293 virtual HeapEntry* AllocateEntry(HeapThing ptr);
2302 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry() function in v8::internal::BasicHeapEntriesAllocator