Searched refs:ToJdwpThreadStatus (Results 1 – 3 of 3) sorted by relevance
123 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState())); in ThreadStatsGetterCallback()
457 static JDWP::JdwpThreadStatus ToJdwpThreadStatus(ThreadState state);
2197 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus() function in art::Dbg2253 *pThreadStatus = ToJdwpThreadStatus(thread->GetState()); in GetThreadStatus()