Lines Matching refs:methodId
49 pLoc->methodId = dvmReadMethodId(pBuf); in jdwpReadLocation()
60 expandBufAddMethodId(pReply, pLoc->methodId); in dvmJdwpAddLocation()
104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, in finishInvoke() argument
113 classId, methodId, in finishInvoke()
115 dvmDbgGetMethodName(classId, methodId)); in finishInvoke()
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId, in finishInvoke()
756 MethodId methodId = dvmReadMethodId(&buf); in handleCT_InvokeMethod() local
759 threadId, 0, classId, methodId, false); in handleCT_InvokeMethod()
774 MethodId methodId = dvmReadMethodId(&buf); in handleCT_NewInstance() local
782 threadId, objectId, classId, methodId, true); in handleCT_NewInstance()
812 MethodId methodId = dvmReadMethodId(&buf); in handleM_LineTable() local
816 dvmDbgGetMethodName(refTypeId,methodId)); in handleM_LineTable()
818 dvmDbgOutputLineTable(refTypeId, methodId, pReply); in handleM_LineTable()
830 MethodId methodId = dvmReadMethodId(&buf); in handleM_VariableTableWithGeneric() local
834 dvmDbgGetMethodName(classId, methodId)); in handleM_VariableTableWithGeneric()
843 dvmDbgOutputVariableTable(classId, methodId, true, pReply); in handleM_VariableTableWithGeneric()
935 MethodId methodId = dvmReadMethodId(&buf); in handleOR_InvokeMethod() local
938 threadId, objectId, classId, methodId, false); in handleOR_InvokeMethod()
1140 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx); in handleTR_Frames()
1464 loc.typeTag, loc.classId, loc.methodId, loc.idx); in handleER_Set()