Searched refs:expandBufAdd8BE (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/jdwp/ |
D | Jdwp.h | 68 expandBufAdd8BE(pReply, id); in expandBufAddObjectId() 71 expandBufAdd8BE(pReply, id); in expandBufAddRefTypeId() 74 expandBufAdd8BE(pReply, id); in expandBufAddFrameId()
|
D | ExpandBuf.h | 54 void expandBufAdd8BE(ExpandBuf* pBuf, u8 val);
|
D | JdwpEvent.c | 771 expandBufAdd8BE(pReq, threadId); in dvmJdwpPostVMStart() 896 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostLocationEvent() 978 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostThreadChange() 1096 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostException() 1100 expandBufAdd8BE(pReq, exceptionId); in dvmJdwpPostException() 1192 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostClassPrepare() 1195 expandBufAdd8BE(pReq, refTypeId); in dvmJdwpPostClassPrepare()
|
D | ExpandBuf.c | 153 void expandBufAdd8BE(ExpandBuf* pBuf, u8 val) in expandBufAdd8BE() function
|
D | JdwpHandler.c | 76 expandBufAdd8BE(pReply, pLoc->idx); in dvmJdwpAddLocation() 106 case 8: expandBufAdd8BE(pReply, value); break; in jdwpWriteValue() 1231 expandBufAdd8BE(pReply, frameId); in handleTR_Frames()
|
/dalvik/vm/ |
D | Debugger.c | 1280 expandBufAdd8BE(pContext->pReply, address); in lineTablePositionsCb() 1311 expandBufAdd8BE(pReply, start); in dvmDbgOutputLineTable() 1312 expandBufAdd8BE(pReply, end); in dvmDbgOutputLineTable() 1383 expandBufAdd8BE(pContext->pReply, startAddress); in variableTableCb()
|