HomeSort by relevance Sort by last modified time
    Searched refs:HeapThing (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
heap-snapshot-generator.h 275 typedef void* HeapThing;
282 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
292 int Map(HeapThing thing);
293 void Pair(HeapThing thing, int entry);
296 static uint32_t Hash(HeapThing thing) {
342 virtual HeapEntry* AllocateEntry(HeapThing ptr);
535 static HeapThing const kNativesRootObject;
561 // Mapping from HeapThing pointers to HeapEntry* pointers.
heap-snapshot-generator.cc 704 int HeapEntriesMap::Map(HeapThing thing) {
711 void HeapEntriesMap::Pair(HeapThing thing, int entry) {
776 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
879 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
884 HeapEntry* FindEntry(HeapThing ptr) {
888 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
    [all...]

Completed in 80 milliseconds