Home
last modified time | relevance | path

Searched refs:dump_order (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dthread_list.cc207 Thread::DumpOrder dump_order = thread->Dump(local_os, unwinder_, dump_native_stack_); in Run() local
211 std::pair<Thread::DumpOrder, uint32_t> sort_key(dump_order, thread->GetThreadId()); in Run()
H A Dthread.cc2407 DumpOrder dump_order = DumpOrder::kDefault; in DumpStack() local
2418 dump_order = DumpJavaStack(os, in DumpStack()
2429 return dump_order; in DumpStack()