Searched refs:DumpObject (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Druntime_android.cc47 // Print this out first in case DumpObject faults.
52 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr));
H A Druntime_linux.cc316 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr));
/art/runtime/gc/collector/
H A Dsemi_space.cc285 Runtime::Current()->GetHeap()->DumpObject(LOG(INFO), obj);
/art/runtime/gc/
H A Dheap.h559 void DumpObject(std::ostream& stream, mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS;
H A Dheap.cc582 void Heap::DumpObject(std::ostream& stream, mirror::Object* obj) { function in class:art::gc::Heap

Completed in 64 milliseconds