Searched refs:DumpRAMAroundAddress (Results 1 – 4 of 4) sorted by relevance
33 std::string Verification::DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const { in DumpRAMAroundAddress() function in art::gc::Verification88 oss << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in DumpObjectInfo()118 << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment); in LogHeapCorruption()
80 std::string DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const
246 << 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()
1618 << heap_->GetVerification()->DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(ref), 128) in VerifyObject()1620 << heap_->GetVerification()->DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(klass), 128) in VerifyObject()