• Home
  • Raw
  • Download

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()
757 MethodId methodId = dvmReadMethodId(&buf); in handleCT_InvokeMethod() local
760 threadId, 0, classId, methodId, false); in handleCT_InvokeMethod()
775 MethodId methodId = dvmReadMethodId(&buf); in handleCT_NewInstance() local
783 threadId, objectId, classId, methodId, true); in handleCT_NewInstance()
813 MethodId methodId = dvmReadMethodId(&buf); in handleM_LineTable() local
817 dvmDbgGetMethodName(refTypeId,methodId)); in handleM_LineTable()
819 dvmDbgOutputLineTable(refTypeId, methodId, pReply); in handleM_LineTable()
831 MethodId methodId = dvmReadMethodId(&buf); in handleM_VariableTableWithGeneric() local
835 dvmDbgGetMethodName(classId, methodId)); in handleM_VariableTableWithGeneric()
844 dvmDbgOutputVariableTable(classId, methodId, true, pReply); in handleM_VariableTableWithGeneric()
936 MethodId methodId = dvmReadMethodId(&buf); in handleOR_InvokeMethod() local
939 threadId, objectId, classId, methodId, false); in handleOR_InvokeMethod()
1141 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx); in handleTR_Frames()
1465 loc.typeTag, loc.classId, loc.methodId, loc.idx); in handleER_Set()