Lines Matching refs:threadObjToThread
1698 static Thread* threadObjToThread(Object* threadObj) in threadObjToThread() function
1726 thread = threadObjToThread(threadObj); in dvmDbgGetThreadStatus()
1774 thread = threadObjToThread(threadObj); in dvmDbgGetThreadSuspendCount()
1802 thread = threadObjToThread(threadObj); in dvmDbgThreadExists()
1829 thread = threadObjToThread(threadObj); in dvmDbgIsSuspended()
1880 Thread* thread = threadObjToThread(threadObj); in dvmDbgGetThreadName()
2057 thread = threadObjToThread(threadObj); in dvmDbgGetThreadFrameCount()
2081 thread = threadObjToThread(threadObj); in dvmDbgGetThreadFrame()
2154 thread = threadObjToThread(threadObj); in dvmDbgSuspendThread()
2175 thread = threadObjToThread(threadObj); in dvmDbgResumeThread()
2576 thread = threadObjToThread(threadObj); in dvmDbgConfigureStep()
2624 Thread* targetThread = threadObjToThread(threadObj); in dvmDbgInvokeMethod()