Searched refs:DecodeThread (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | debugger.cc | 473 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, in DecodeThread() function 919 Thread* thread = DecodeThread(soa, thread_id, &error); in GetOwnedMonitors() 937 Thread* thread = DecodeThread(soa, thread_id, &error); in GetContendedMonitor() 2021 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadName() 2049 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadGroup() 2240 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadStatus() 2260 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadDebugSuspendCount() 2272 Thread* thread = DecodeThread(soa, thread_id, &error); in Interrupt() 2352 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrameCount() 2406 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrames() [all …]
|