Home | History | Annotate | Download | only in jdwp

Lines Matching defs:classId

48     pLoc->classId = dvmReadObjectId(pBuf);
59 expandBufAddObjectId(pReply, pLoc->classId);
104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
112 ALOGV(" classId=%llx methodId=%x %s.%s",
113 classId, methodId,
114 dvmDbgGetClassDescriptor(classId),
115 dvmDbgGetMethodName(classId, methodId));
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
712 RefTypeId classId = dvmReadRefTypeId(&buf);
714 RefTypeId superClassId = dvmDbgGetSuperclass(classId);
727 RefTypeId classId = dvmReadRefTypeId(&buf);
730 ALOGV(" Req to set %d values in classId=%llx", values, classId);
734 u1 fieldTag = dvmDbgGetStaticFieldBasicTag(classId, fieldId);
739 dvmDbgSetStaticFieldValue(classId, fieldId, value, width);
754 RefTypeId classId = dvmReadRefTypeId(&buf);
759 threadId, 0, classId, methodId, false);
772 RefTypeId classId = dvmReadRefTypeId(&buf);
776 ALOGV("Creating instance of %s", dvmDbgGetClassDescriptor(classId));
777 ObjectId objectId = dvmDbgCreateObject(classId);
782 threadId, objectId, classId, methodId, true);
829 RefTypeId classId = dvmReadRefTypeId(&buf);
833 dvmDbgGetClassDescriptor(classId),
834 dvmDbgGetMethodName(classId, methodId));
843 dvmDbgOutputVariableTable(classId, methodId, true, pReply);
934 RefTypeId classId = dvmReadRefTypeId(&buf);
938 threadId, objectId, classId, methodId, false);
1139 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx);
1462 LOGVV(" LocationOnly: typeTag=%d classId=%llx methodId=%x idx=%llx",
1463 loc.typeTag, loc.classId, loc.methodId, loc.idx);