HomeSort by relevance Sort by last modified time
    Searched refs:DumpRAMAroundAddress (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
verification.h 64 // Does not check alignment, used by DumpRAMAroundAddress.
69 std::string DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const
verification.cc 29 std::string Verification::DumpRAMAroundAddress(uintptr_t addr, uintptr_t bytes) const {
76 oss << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment);
108 << DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(addr), 4 * kObjectAlignment);

Completed in 68 milliseconds