Searched refs:DumpStack (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/runtime/ |
H A D | quick_exception_handler.cc | 164 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch() 245 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler() 574 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack()
|
H A D | thread.cc | 1369 DumpStack(os, dump_native_stack, backtrace_map, force_dump_stack); in Dump() 2172 void Thread::DumpStack(std::ostream& os, in DumpStack() function in art::Thread 4257 DumpStack(LOG_STREAM(ERROR)); in SetStackEndForStackOverflow()
|
H A D | thread.h | 1410 void DumpStack(std::ostream& os,
|
/aosp12/art/runtime/base/ |
H A D | mutex.h | 224 void DumpStack(Thread *self, uint64_t wait_start_ms, uint64_t try_times = 1);
|
H A D | mutex.cc | 477 DumpStack(self, wait_start_ms, try_times); in ExclusiveLock() 511 void Mutex::DumpStack(Thread* self, uint64_t wait_start_ms, uint64_t try_times) { in DumpStack() function in art::Mutex
|