Home
last modified time | relevance | path

Searched refs:threadObjToThread (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DDebugger.cpp1698 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()
[all …]