Home
last modified time | relevance | path

Searched refs:DumpJavaStack (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/runtime/
H A Dfault_handler.cc404 self->DumpJavaStack(LOG_STREAM(ERROR)); in Action()
H A Dmonitor.cc563 thread->DumpJavaStack(oss); in Lock()
585 self->DumpJavaStack(self_trace_oss); in Lock()
H A Doat_file_manager.cc374 self->DumpJavaStack(out); in OpenDexFilesFromOat()
H A Dthread.h228 void DumpJavaStack(std::ostream& os,
H A Dthread.cc2146 void Thread::DumpJavaStack(std::ostream& os, bool check_suspended, bool dump_locks) const { in DumpJavaStack() function in art::Thread
2195 DumpJavaStack(os, in DumpStack()
/aosp12/art/runtime/base/
H A Dmutex.cc530 thread->DumpJavaStack(oss); in DumpStack()
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc2872 Thread::Current()->DumpJavaStack(LOG_STREAM(FATAL_WITHOUT_ABORT)); in AssertToSpaceInvariant()
/aosp12/art/runtime/jni/
H A Djni_internal.cc2867 soa.Self()->DumpJavaStack(LOG_STREAM(WARNING)); in ReleasePrimitiveArray()