Searched refs:DecodeThread (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | debugger.cc | 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() [all …]
|