Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc206 Thread::DumpOrder dump_order; in Run() local
209 dump_order = thread->Dump(local_os, unwinder_, dump_native_stack_); in Run()
214 std::pair<Thread::DumpOrder, uint32_t> sort_key(dump_order, thread->GetThreadId()); in Run()
Dthread.cc2372 DumpOrder dump_order = DumpOrder::kDefault; in DumpStack() local
2383 dump_order = DumpJavaStack(os, in DumpStack()
2394 return dump_order; in DumpStack()