Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc95 ObjectId thread_id, ObjectId object_id, in FinishInvoke()
682 ObjectId thread_id = request.ReadThreadId(); in CT_InvokeMethod() local
698 ObjectId thread_id = request.ReadThreadId(); in CT_NewInstance() local
867 ObjectId thread_id = request.ReadThreadId(); in OR_InvokeMethod() local
932 ObjectId thread_id = request.ReadThreadId(); in TR_Name() local
953 ObjectId thread_id = request.ReadThreadId(); in TR_Suspend() local
972 ObjectId thread_id = request.ReadThreadId(); in TR_Resume() local
988 ObjectId thread_id = request.ReadThreadId(); in TR_Status() local
1010 ObjectId thread_id = request.ReadThreadId(); in TR_ThreadGroup() local
1022 ObjectId thread_id = request.ReadThreadId(); in TR_Frames() local
[all …]
/art/runtime/
Ddebugger.cc247 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thr… in DecodeThread()
690 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors()
742 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectId& contended_monito… in GetContendedMonitor()
1572 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) { in GetThreadName()
1593 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
1696 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
1720 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
1733 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
1845 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result) { in GetThreadFrameCount()
1860 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames()
[all …]