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

  /dalvik/vm/jdwp/
ExpandBuf.h 52 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val);
JdwpHandler.cpp 90 case 4: expandBufAdd4BE(pReply, value); break;
194 expandBufAdd4BE(pReply, 1); // major
195 expandBufAdd4BE(pReply, 5); // minor
233 expandBufAdd4BE(pReply, numClasses);
244 expandBufAdd4BE(pReply, status);
265 expandBufAdd4BE(pReply, threadCount);
290 expandBufAdd4BE(pReply, groups);
307 expandBufAdd4BE(pReply, sizeof(FieldId));
308 expandBufAdd4BE(pReply, sizeof(MethodId));
309 expandBufAdd4BE(pReply, sizeof(ObjectId))
    [all...]
JdwpEvent.cpp 764 expandBufAdd4BE(pReq, 1);
767 expandBufAdd4BE(pReq, 0); /* requestId */
884 expandBufAdd4BE(pReq, matchCount);
888 expandBufAdd4BE(pReq, matchList[i]->requestId);
962 expandBufAdd4BE(pReq, matchCount);
966 expandBufAdd4BE(pReq, matchList[i]->requestId);
1001 expandBufAdd4BE(pReq, 1);
1004 expandBufAdd4BE(pReq, 0);
    [all...]
Jdwp.h 61 expandBufAdd4BE(pReply, id);
64 expandBufAdd4BE(pReply, id);
ExpandBuf.cpp 143 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val)
  /dalvik/vm/
Debugger.cpp 1180 expandBufAdd4BE(pReply, declared);
1191 expandBufAdd4BE(pReply, augmentedAccessFlags(field->accessFlags));
1202 expandBufAdd4BE(pReply, augmentedAccessFlags(field->accessFlags));
1227 expandBufAdd4BE(pReply, declared);
    [all...]

Completed in 141 milliseconds