Home
last modified time | relevance | path

Searched refs:ToJdwpThreadStatus (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc123 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState())); in ThreadStatsGetterCallback()
/art/runtime/
Ddebugger.h457 static JDWP::JdwpThreadStatus ToJdwpThreadStatus(ThreadState state);
Ddebugger.cc2197 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus() function in art::Dbg
2253 *pThreadStatus = ToJdwpThreadStatus(thread->GetState()); in GetThreadStatus()