Searched refs:expandBufAdd4BE (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.cpp | 90 case 4: expandBufAdd4BE(pReply, value); break; in jdwpWriteValue() 194 expandBufAdd4BE(pReply, 1); // major in handleVM_Version() 195 expandBufAdd4BE(pReply, 5); // minor in handleVM_Version() 233 expandBufAdd4BE(pReply, numClasses); in handleVM_ClassesBySignature() 244 expandBufAdd4BE(pReply, status); in handleVM_ClassesBySignature() 265 expandBufAdd4BE(pReply, threadCount); in handleVM_AllThreads() 290 expandBufAdd4BE(pReply, groups); in handleVM_TopLevelThreadGroups() 307 expandBufAdd4BE(pReply, sizeof(FieldId)); in handleVM_IDSizes() 308 expandBufAdd4BE(pReply, sizeof(MethodId)); in handleVM_IDSizes() 309 expandBufAdd4BE(pReply, sizeof(ObjectId)); in handleVM_IDSizes() [all …]
|
D | ExpandBuf.h | 52 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val);
|
D | JdwpEvent.cpp | 764 expandBufAdd4BE(pReq, 1); in dvmJdwpPostVMStart() 767 expandBufAdd4BE(pReq, 0); /* requestId */ in dvmJdwpPostVMStart() 884 expandBufAdd4BE(pReq, matchCount); in dvmJdwpPostLocationEvent() 888 expandBufAdd4BE(pReq, matchList[i]->requestId); in dvmJdwpPostLocationEvent() 962 expandBufAdd4BE(pReq, matchCount); in dvmJdwpPostThreadChange() 966 expandBufAdd4BE(pReq, matchList[i]->requestId); in dvmJdwpPostThreadChange() 1001 expandBufAdd4BE(pReq, 1); in dvmJdwpPostVMDeath() 1004 expandBufAdd4BE(pReq, 0); in dvmJdwpPostVMDeath() 1078 expandBufAdd4BE(pReq, matchCount); in dvmJdwpPostException() 1082 expandBufAdd4BE(pReq, matchList[i]->requestId); in dvmJdwpPostException() [all …]
|
D | Jdwp.h | 61 expandBufAdd4BE(pReply, id); in expandBufAddFieldId() 64 expandBufAdd4BE(pReply, id); in expandBufAddMethodId()
|
D | ExpandBuf.cpp | 143 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val) in expandBufAdd4BE() function
|
/dalvik/vm/ |
D | Debugger.cpp | 1180 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllFields() 1191 expandBufAdd4BE(pReply, augmentedAccessFlags(field->accessFlags)); in dvmDbgOutputAllFields() 1202 expandBufAdd4BE(pReply, augmentedAccessFlags(field->accessFlags)); in dvmDbgOutputAllFields() 1227 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllMethods() 1241 expandBufAdd4BE(pReply, augmentedAccessFlags(meth->accessFlags)); in dvmDbgOutputAllMethods() 1255 expandBufAdd4BE(pReply, augmentedAccessFlags(meth->accessFlags)); in dvmDbgOutputAllMethods() 1273 expandBufAdd4BE(pReply, count); in dvmDbgOutputAllInterfaces() 1292 expandBufAdd4BE(pContext->pReply, lineNum); in lineTablePositionsCb() 1326 expandBufAdd4BE(pReply, 0); in dvmDbgOutputLineTable() 1399 expandBufAdd4BE(pContext->pReply, endAddress - startAddress); in variableTableCb() [all …]
|