Home | History | Annotate | Download | only in jdwp

Lines Matching defs:frameId

311     expandBufAdd4BE(pReply, sizeof(FrameId));
1132 FrameId frameId;
1135 dvmDbgGetThreadFrame(threadId, i, &frameId, &loc);
1137 expandBufAdd8BE(pReply, frameId);
1141 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx);
1580 FrameId frameId = dvmReadFrameId(&buf);
1583 ALOGV(" Req for %d slots in threadId=%llx frameId=%llx",
1584 slots, threadId, frameId);
1595 dvmDbgGetLocalValue(threadId, frameId, slot, reqSigByte, ptr, width);
1608 FrameId frameId = dvmReadFrameId(&buf);
1611 ALOGV(" Req to set %d slots in threadId=%llx frameId=%llx",
1612 slots, threadId, frameId);
1621 dvmDbgSetLocalValue(threadId, frameId, slot, sigByte, value, width);
1634 FrameId frameId = dvmReadFrameId(&buf);
1637 if (!dvmDbgGetThisObject(threadId, frameId, &objectId))
1642 threadId, frameId, objectId, dvmDbgGetObjectTypeName(objectId),