Searched refs:targetThread (Results 1 – 1 of 1) sorted by relevance
2629 Thread* targetThread = threadObjToThread(threadObj); in dvmDbgInvokeMethod() local2630 if (targetThread == NULL) { in dvmDbgInvokeMethod()2634 if (!targetThread->invokeReq.ready) { in dvmDbgInvokeMethod()2653 if (targetThread->suspendCount > 1) { in dvmDbgInvokeMethod()2656 dvmThreadSelf()->threadId, targetThread->threadId, in dvmDbgInvokeMethod()2657 targetThread->suspendCount); in dvmDbgInvokeMethod()2667 targetThread->invokeReq.obj = objectIdToObject(objectId); in dvmDbgInvokeMethod()2668 targetThread->invokeReq.thread = threadObj; in dvmDbgInvokeMethod()2669 targetThread->invokeReq.clazz = refTypeIdToClassObject(classId); in dvmDbgInvokeMethod()2670 targetThread->invokeReq.method = methodIdToMethod(classId, methodId); in dvmDbgInvokeMethod()[all …]