Searched refs:invokeReq (Results 1 – 3 of 3) sorted by relevance
369 return &dvmThreadSelf()->invokeReq; in dvmDbgGetInvokeReq()2629 if (!targetThread->invokeReq.ready) { 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()2666 targetThread->invokeReq.numArgs = numArgs; in dvmDbgInvokeMethod()2667 targetThread->invokeReq.argArray = argArray; in dvmDbgInvokeMethod()2668 targetThread->invokeReq.options = options; in dvmDbgInvokeMethod()2669 targetThread->invokeReq.invokeNeeded = true; in dvmDbgInvokeMethod()[all …]
284 DebugInvokeReq invokeReq; member
920 dvmInitMutex(&thread->invokeReq.lock); in prepareThread()921 pthread_cond_init(&thread->invokeReq.cv, NULL); in prepareThread()