Lines Matching refs:DecodeThread
446 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, in DecodeThread() function
917 Thread* thread = DecodeThread(soa, thread_id, &error); in GetOwnedMonitors()
935 Thread* thread = DecodeThread(soa, thread_id, &error); in GetContendedMonitor()
2064 DecodeThread(soa, thread_id, &error); in GetThreadName()
2090 DecodeThread(soa, thread_id, &error); in GetThreadGroup()
2285 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadStatus()
2305 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadDebugSuspendCount()
2317 Thread* thread = DecodeThread(soa, thread_id, &error); in Interrupt()
2389 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrameCount()
2406 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrames()
2525 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThisObject()
2584 Thread* thread = DecodeThread(soa, thread_id, &error); in GetLocalValues()
2753 Thread* thread = DecodeThread(soa, thread_id, &error); in SetLocalValues()
3642 thread_ = DecodeThread(soa, thread_id, &error_); in ScopedDebuggerThreadSuspension()
3802 Thread* thread = DecodeThread(soa, thread_id, &error); in UnconfigureStep()
3851 targetThread = DecodeThread(soa, thread_id, &error); in PrepareInvokeMethod()