Home | History | Annotate | Download | only in jdwp

Lines Matching refs:classId

65     pLoc->classId = dvmReadObjectId(pBuf);
76 expandBufAddObjectId(pReply, pLoc->classId);
121 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
135 LOGV(" classId=%llx methodId=%x %s.%s\n",
136 classId, methodId,
137 dvmDbgGetClassDescriptor(classId),
138 dvmDbgGetMethodName(classId, methodId));
167 err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
804 RefTypeId classId;
807 classId = dvmReadRefTypeId(&buf);
809 superClassId = dvmDbgGetSuperclass(classId);
822 RefTypeId classId;
826 classId = dvmReadRefTypeId(&buf);
829 LOGV(" Req to set %d values in classId=%llx\n", values, classId);
838 fieldTag = dvmDbgGetStaticFieldTag(classId, fieldId);
843 dvmDbgSetStaticFieldValue(classId, fieldId, value, width);
858 RefTypeId classId;
862 classId = dvmReadRefTypeId(&buf);
867 threadId, 0, classId, methodId, false);
880 RefTypeId classId;
885 classId = dvmReadRefTypeId(&buf);
889 LOGV("Creating instance of %s\n", dvmDbgGetClassDescriptor(classId));
890 objectId = dvmDbgCreateObject(classId);
895 threadId, objectId, classId, methodId, true);
949 RefTypeId classId;
952 classId = dvmReadRefTypeId(&buf);
956 dvmDbgGetClassDescriptor(classId),
957 dvmDbgGetMethodName(classId, methodId));
966 dvmDbgOutputVariableTable(classId, methodId, true, pReply);
1086 RefTypeId classId;
1091 classId = dvmReadRefTypeId(&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);