Home
last modified time | relevance | path

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

/art/runtime/gc/
Dverification.cc31 std::string Verification::DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const { in DumpRAMAroundAddress() function in art::gc::Verification
78 oss << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in DumpObjectInfo()
108 << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in LogHeapCorruption()
Dverification.h69 std::string DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const