Home
last modified time | relevance | path

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

/external/v8/tools/oom_dump/
Doom_dump.cc144 u_int64_t heap_stats_addr = 0; in DumpHeapStats() local
152 heap_stats_addr = addr; in DumpHeapStats()
157 CHECK(heap_stats_addr); in DumpHeapStats()
162 ReadPointedValue(memory_region, heap_stats_addr, offset) in DumpHeapStats()
191 ReadArrayFrom(memory_region, heap_stats_addr, 21, in DumpHeapStats()
195 ReadArrayFrom(memory_region, heap_stats_addr, 22, v8::internal::LAST_TYPE + 1, in DumpHeapStats()
222 printf("heap stats address: %#" PRIx64 "\n", heap_stats_addr); in DumpHeapStats()