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.cc143 u_int64_t heap_stats_addr = 0; in DumpHeapStats() local
151 heap_stats_addr = addr; in DumpHeapStats()
156 CHECK(heap_stats_addr); in DumpHeapStats()
161 ReadPointedValue(memory_region, heap_stats_addr, offset) in DumpHeapStats()
188 ReadArrayFrom(memory_region, heap_stats_addr, 21, in DumpHeapStats()
192 ReadArrayFrom(memory_region, heap_stats_addr, 22, v8::internal::LAST_TYPE + 1, in DumpHeapStats()
219 printf("heap stats address: %#" PRIx64 "\n", heap_stats_addr); in DumpHeapStats()