Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.cpp2624 Thread* targetThread = threadObjToThread(threadObj); in dvmDbgInvokeMethod() local
2625 if (targetThread == NULL) { in dvmDbgInvokeMethod()
2629 if (!targetThread->invokeReq.ready) { in dvmDbgInvokeMethod()
2648 if (targetThread->suspendCount > 1) { in dvmDbgInvokeMethod()
2651 dvmThreadSelf()->threadId, targetThread->threadId, in dvmDbgInvokeMethod()
2652 targetThread->suspendCount); in dvmDbgInvokeMethod()
2662 targetThread->invokeReq.obj = objectIdToObject(objectId); in dvmDbgInvokeMethod()
2663 targetThread->invokeReq.thread = threadObj; in dvmDbgInvokeMethod()
2664 targetThread->invokeReq.clazz = refTypeIdToClassObject(classId); in dvmDbgInvokeMethod()
2665 targetThread->invokeReq.method = methodIdToMethod(classId, methodId); in dvmDbgInvokeMethod()
[all …]