Lines Matching refs:DecodeThread
398 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, in DecodeThread() function
857 Thread* thread = DecodeThread(soa, thread_id, &error); in GetOwnedMonitors()
875 Thread* thread = DecodeThread(soa, thread_id, &error); in GetContendedMonitor()
2021 DecodeThread(soa, thread_id, &error); in GetThreadName()
2047 DecodeThread(soa, thread_id, &error); in GetThreadGroup()
2239 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadStatus()
2259 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadDebugSuspendCount()
2271 Thread* thread = DecodeThread(soa, thread_id, &error); in Interrupt()
2350 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrameCount()
2404 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrames()
2519 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThisObject()
2576 Thread* thread = DecodeThread(soa, thread_id, &error); in GetLocalValues()
2747 Thread* thread = DecodeThread(soa, thread_id, &error); in SetLocalValues()
3689 thread_ = DecodeThread(soa, thread_id, &error_); in ScopedDebuggerThreadSuspension()
3869 Thread* thread = DecodeThread(soa, thread_id, &error); in UnconfigureStep()
3918 targetThread = DecodeThread(soa, thread_id, &error); in PrepareInvokeMethod()