Searched refs:DumpRAMAroundAddress (Results 1 – 2 of 2) sorted by relevance
31 std::string Verification::DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const { in DumpRAMAroundAddress() function in art::gc::Verification78 oss << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in DumpObjectInfo()111 << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in LogHeapCorruption()
69 std::string DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const