Searched refs:memory_region (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/oom_dump/ |
D | oom_dump.cc | 138 MinidumpMemoryRegion* memory_region = exception_thread->GetMemory(); in DumpHeapStats() local 139 CHECK(memory_region); in DumpHeapStats() 141 const u_int64_t last = memory_region->GetBase() + memory_region->GetSize(); in DumpHeapStats() 146 CHECK(memory_region->GetMemoryAtAddress(addr, &value)); in DumpHeapStats() 149 CHECK(memory_region->GetMemoryAtAddress(value, &value2)); 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()
|
/external/google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/ |
D | project.pbxproj | 136 …8ACD00F8391B /* memory_region.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 331 9BDF16FD0B1B8ACD00F8391B /* memory_region.h */,
|
/external/google-breakpad/ |
D | Makefile.am | 170 src/google_breakpad/processor/memory_region.h \
|
D | Makefile.in | 349 src/google_breakpad/processor/memory_region.h \ 1970 @DISABLE_PROCESSOR_FALSE@ src/google_breakpad/processor/memory_region.h \
|