Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwp.h67 expandBufAdd8BE(pReply, id); in expandBufAddObjectId()
70 expandBufAdd8BE(pReply, id); in expandBufAddRefTypeId()
73 expandBufAdd8BE(pReply, id); in expandBufAddFrameId()
DExpandBuf.h53 void expandBufAdd8BE(ExpandBuf* pBuf, u8 val);
DJdwpEvent.cpp768 expandBufAdd8BE(pReq, threadId); in dvmJdwpPostVMStart()
889 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostLocationEvent()
967 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostThreadChange()
1083 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostException()
1087 expandBufAdd8BE(pReq, exceptionId); in dvmJdwpPostException()
1178 expandBufAdd8BE(pReq, basket.threadId); in dvmJdwpPostClassPrepare()
1181 expandBufAdd8BE(pReq, refTypeId); in dvmJdwpPostClassPrepare()
DExpandBuf.cpp153 void expandBufAdd8BE(ExpandBuf* pBuf, u8 val) in expandBufAdd8BE() function
DJdwpHandler.cpp61 expandBufAdd8BE(pReply, pLoc->idx); in dvmJdwpAddLocation()
91 case 8: expandBufAdd8BE(pReply, value); break; in jdwpWriteValue()
1135 expandBufAdd8BE(pReply, frameId); in handleTR_Frames()
/dalvik/vm/
DDebugger.cpp1291 expandBufAdd8BE(pContext->pReply, address); in lineTablePositionsCb()
1321 expandBufAdd8BE(pReply, start); in dvmDbgOutputLineTable()
1322 expandBufAdd8BE(pReply, end); in dvmDbgOutputLineTable()
1393 expandBufAdd8BE(pContext->pReply, startAddress); in variableTableCb()
1499 expandBufAdd8BE(pReply, dvmGetFieldLong(obj, ifield->byteOffset)); in dvmDbgGetFieldValue()
1599 expandBufAdd8BE(pReply, dvmGetStaticFieldLong(sfield)); in dvmDbgGetStaticFieldValue()
1603 expandBufAdd8BE(pReply, value.j); in dvmDbgGetStaticFieldValue()