HomeSort by relevance Sort by last modified time
    Searched refs:expandBufAdd4BE (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/jdwp/
ExpandBuf.h 53 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val);
JdwpHandler.c 107 case 4: expandBufAdd4BE(pReply, value); break;
221 expandBufAdd4BE(pReply, 1); // major
222 expandBufAdd4BE(pReply, 5); // minor
262 expandBufAdd4BE(pReply, numClasses);
273 expandBufAdd4BE(pReply, status);
297 expandBufAdd4BE(pReply, threadCount);
325 expandBufAdd4BE(pReply, groups);
342 expandBufAdd4BE(pReply, sizeof(FieldId));
343 expandBufAdd4BE(pReply, sizeof(MethodId));
344 expandBufAdd4BE(pReply, sizeof(ObjectId))
    [all...]
JdwpEvent.c 764 expandBufAdd4BE(pReq, 1);
767 expandBufAdd4BE(pReq, 0); /* requestId */
888 expandBufAdd4BE(pReq, matchCount);
892 expandBufAdd4BE(pReq, matchList[i]->requestId);
970 expandBufAdd4BE(pReq, matchCount);
974 expandBufAdd4BE(pReq, matchList[i]->requestId);
1011 expandBufAdd4BE(pReq, 1);
1014 expandBufAdd4BE(pReq, 0);
    [all...]
Jdwp.h 62 expandBufAdd4BE(pReply, id);
65 expandBufAdd4BE(pReply, id);
ExpandBuf.c 143 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val)
  /dalvik/vm/
Debugger.c 1230 expandBufAdd4BE(pReply, declared);
1240 expandBufAdd4BE(pReply, field->accessFlags);
    [all...]

Completed in 161 milliseconds