Home
last modified time | relevance | path

Searched refs:JdwpThreadStatus (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h203 enum JdwpThreadStatus { enum
210 std::ostream& operator<<(std::ostream& os, const JdwpThreadStatus& value);
Djdwp_handler.cc982 JDWP::JdwpThreadStatus threadStatus; in TR_Status()
/art/runtime/
Ddebugger.h445 static JDWP::JdwpThreadStatus ToJdwpThreadStatus(ThreadState state);
447 JDWP::JdwpThreadStatus* pThreadStatus,
Ddebugger.cc2188 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus()
2226 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()