Home | History | Annotate | Download | only in jdwp

Lines Matching defs:methodId

66     pLoc->methodId = dvmReadMethodId(pBuf);
77 expandBufAddMethodId(pReply, pLoc->methodId);
121 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
135 LOGV(" classId=%llx methodId=%x %s.%s\n",
136 classId, methodId,
138 dvmDbgGetMethodName(classId, methodId));
167 err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
343 expandBufAdd4BE(pReply, sizeof(MethodId));
860 MethodId methodId;
864 methodId = dvmReadMethodId(&buf);
867 threadId, 0, classId, methodId, false);
882 MethodId methodId;
887 methodId = dvmReadMethodId(&buf);
895 threadId, objectId, classId, methodId, true);
929 MethodId methodId;
932 methodId = dvmReadMethodId(&buf);
936 dvmDbgGetMethodName(refTypeId,methodId));
938 dvmDbgOutputLineTable(refTypeId, methodId, pReply);
950 MethodId methodId;
953 methodId = dvmReadMethodId(&buf);
957 dvmDbgGetMethodName(classId, methodId));
966 dvmDbgOutputVariableTable(classId, methodId, true, pReply);
1087 MethodId methodId;
1092 methodId = dvmReadMethodId(&buf);
1095 threadId, objectId, classId, methodId, false);
1316 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx);
1678 LOGVV(" LocationOnly: typeTag=%d classId=%llx methodId=%x idx=%llx\n",
1679 loc.typeTag, loc.classId, loc.methodId, loc.idx);