Home
last modified time | relevance | path

Searched refs:expandBufAdd8BE (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/jdwp/
DJdwp.h68 expandBufAdd8BE(pReply, id); in expandBufAddObjectId()
71 expandBufAdd8BE(pReply, id); in expandBufAddRefTypeId()
74 expandBufAdd8BE(pReply, id); in expandBufAddFrameId()
DExpandBuf.h54 void expandBufAdd8BE(ExpandBuf* pBuf, u8 val);
DJdwpEvent.c771 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()
DExpandBuf.c153 void expandBufAdd8BE(ExpandBuf* pBuf, u8 val) in expandBufAdd8BE() function
DJdwpHandler.c76 expandBufAdd8BE(pReply, pLoc->idx); in dvmJdwpAddLocation()
106 case 8: expandBufAdd8BE(pReply, value); break; in jdwpWriteValue()
1231 expandBufAdd8BE(pReply, frameId); in handleTR_Frames()
/dalvik/vm/
DDebugger.c1280 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()