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