Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc247 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thr… in DecodeThread() function
697 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetOwnedMonitors()
747 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetContendedMonitor()
1576 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadName()
1603 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadGroup()
1703 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadStatus()
1724 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadDebugSuspendCount()
1737 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in Interrupt()
1849 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadFrameCount()
1902 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadFrames()
[all …]