Home
last modified time | relevance | path

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

/art/runtime/gc/
Dverification.cc33 std::string Verification::DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const { in DumpRAMAroundAddress() function in art::gc::Verification
88 oss << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in DumpObjectInfo()
118 << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in LogHeapCorruption()
Dverification.h80 std::string DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const
/art/runtime/gc/collector/
Dmark_compact-inl.h246 << heap_->GetVerification()->DumpRAMAroundAddress( in UpdateRef()
249 << heap_->GetVerification()->DumpRAMAroundAddress( in UpdateRef()
251 << " old_ref " << heap_->GetVerification()->DumpRAMAroundAddress( in UpdateRef()
392 << heap_->GetVerification()->DumpRAMAroundAddress( in PostCompactAddressUnchecked()
Dmark_compact.cc1618 << heap_->GetVerification()->DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(ref), 128) in VerifyObject()
1620 << heap_->GetVerification()->DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(klass), 128) in VerifyObject()