Home | History | Annotate | Download | only in jdwp

Lines Matching defs:typeTag

47     pLoc->typeTag = read1(pBuf);
58 expandBufAdd1(pReply, pLoc->typeTag);
123 u1 typeTag = read1(&buf);
124 int width = dvmDbgGetTagWidth(typeTag);
127 ALOGV(" '%c'(%d): 0x%llx", typeTag, width, value);
236 u1 typeTag;
240 dvmDbgGetClassInfo(refTypeId, &typeTag, &status, NULL);
242 expandBufAdd1(pReply, typeTag);
586 u1 typeTag;
588 dvmDbgGetClassInfo(refTypeId, &typeTag, &status, NULL);
1141 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx);
1464 LOGVV(" LocationOnly: typeTag=%d classId=%llx methodId=%x idx=%llx",
1465 loc.typeTag, loc.classId, loc.methodId, loc.idx);