Searched refs:DumpObject (Results 1 – 5 of 5) sorted by relevance
51 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr)); in HandleUnexpectedSignal()
362 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr)); in HandleUnexpectedSignal()
306 Runtime::Current()->GetHeap()->DumpObject(LOG(INFO), obj); in operator ()()
651 void DumpObject(std::ostream& stream, mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS;
791 void Heap::DumpObject(std::ostream& stream, mirror::Object* obj) { in DumpObject() function in art::gc::Heap