Searched refs:expandBufAdd4BE (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.c | 105 case 4: expandBufAdd4BE(pReply, value); break; in jdwpWriteValue() 204 expandBufAdd4BE(pReply, 1); // major in handleVM_Version() 205 expandBufAdd4BE(pReply, 5); // minor in handleVM_Version() 246 expandBufAdd4BE(pReply, numClasses); in handleVM_ClassesBySignature() 257 expandBufAdd4BE(pReply, status); in handleVM_ClassesBySignature() 281 expandBufAdd4BE(pReply, threadCount); in handleVM_AllThreads() 309 expandBufAdd4BE(pReply, groups); in handleVM_TopLevelThreadGroups() 326 expandBufAdd4BE(pReply, sizeof(FieldId)); in handleVM_IDSizes() 327 expandBufAdd4BE(pReply, sizeof(MethodId)); in handleVM_IDSizes() 328 expandBufAdd4BE(pReply, sizeof(ObjectId)); in handleVM_IDSizes() [all …]
|
D | JdwpEvent.c | 767 expandBufAdd4BE(pReq, 1); in dvmJdwpPostVMStart() 770 expandBufAdd4BE(pReq, 0); /* requestId */ in dvmJdwpPostVMStart() 891 expandBufAdd4BE(pReq, matchCount); in dvmJdwpPostLocationEvent() 895 expandBufAdd4BE(pReq, matchList[i]->requestId); in dvmJdwpPostLocationEvent() 973 expandBufAdd4BE(pReq, matchCount); in dvmJdwpPostThreadChange() 977 expandBufAdd4BE(pReq, matchList[i]->requestId); in dvmJdwpPostThreadChange() 1014 expandBufAdd4BE(pReq, 1); in dvmJdwpPostVMDeath() 1017 expandBufAdd4BE(pReq, 0); in dvmJdwpPostVMDeath() 1091 expandBufAdd4BE(pReq, matchCount); in dvmJdwpPostException() 1095 expandBufAdd4BE(pReq, matchList[i]->requestId); in dvmJdwpPostException() [all …]
|
D | ExpandBuf.h | 53 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val);
|
D | Jdwp.h | 62 expandBufAdd4BE(pReply, id); in expandBufAddFieldId() 65 expandBufAdd4BE(pReply, id); in expandBufAddMethodId()
|
D | ExpandBuf.c | 143 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val) in expandBufAdd4BE() function
|
/dalvik/vm/ |
D | Debugger.c | 1166 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllFields() 1176 expandBufAdd4BE(pReply, field->accessFlags); in dvmDbgOutputAllFields() 1186 expandBufAdd4BE(pReply, field->accessFlags); in dvmDbgOutputAllFields() 1211 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllMethods() 1225 expandBufAdd4BE(pReply, meth->accessFlags); in dvmDbgOutputAllMethods() 1239 expandBufAdd4BE(pReply, meth->accessFlags); in dvmDbgOutputAllMethods() 1262 expandBufAdd4BE(pReply, count); in dvmDbgOutputAllInterfaces() 1281 expandBufAdd4BE(pContext->pReply, lineNum); in lineTablePositionsCb() 1316 expandBufAdd4BE(pReply, 0); in dvmDbgOutputLineTable() 1389 expandBufAdd4BE(pContext->pReply, endAddress - startAddress); in variableTableCb() [all …]
|