Home
last modified time | relevance | path

Searched refs:expandBufAdd1 (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/jdwp/
DJdwpHandler.cpp58 expandBufAdd1(pReply, pLoc->typeTag); in dvmJdwpAddLocation()
88 case 1: expandBufAdd1(pReply, value); break; in jdwpWriteValue()
148 expandBufAdd1(pReply, JT_OBJECT); in finishInvoke()
153 expandBufAdd1(pReply, resultTag); in finishInvoke()
157 expandBufAdd1(pReply, JT_OBJECT); in finishInvoke()
242 expandBufAdd1(pReply, typeTag); in handleVM_ClassesBySignature()
392 expandBufAdd1(pReply, false); /* canWatchFieldModification */ in handleVM_Capabilities()
393 expandBufAdd1(pReply, false); /* canWatchFieldAccess */ in handleVM_Capabilities()
394 expandBufAdd1(pReply, false); /* canGetBytecodes */ in handleVM_Capabilities()
395 expandBufAdd1(pReply, true); /* canGetSyntheticAttribute */ in handleVM_Capabilities()
[all …]
DJdwpEvent.cpp764 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostVMStart()
767 expandBufAdd1(pReq, EK_VM_START); in dvmJdwpPostVMStart()
884 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostLocationEvent()
888 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostLocationEvent()
962 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostThreadChange()
966 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostThreadChange()
1001 expandBufAdd1(pReq, SP_NONE); in dvmJdwpPostVMDeath()
1004 expandBufAdd1(pReq, EK_VM_DEATH); in dvmJdwpPostVMDeath()
1078 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostException()
1082 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostException()
[all …]
DExpandBuf.h50 void expandBufAdd1(ExpandBuf* pBuf, u1 val);
DExpandBuf.cpp123 void expandBufAdd1(ExpandBuf* pBuf, u1 val) in expandBufAdd1() function
/dalvik/vm/
DDebugger.cpp1029 expandBufAdd1(pReply, thisTag); in dvmDbgOutputArray()
1478 expandBufAdd1(pReply, tag); in dvmDbgGetFieldValue()
1483 expandBufAdd1(pReply, tag); in dvmDbgGetFieldValue()
1487 expandBufAdd1(pReply, dvmGetFieldBoolean(obj, ifield->byteOffset)); in dvmDbgGetFieldValue()
1490 expandBufAdd1(pReply, dvmGetFieldByte(obj, ifield->byteOffset)); in dvmDbgGetFieldValue()
1574 expandBufAdd1(pReply, tag); in dvmDbgGetStaticFieldValue()
1581 expandBufAdd1(pReply, tag); in dvmDbgGetStaticFieldValue()
1585 expandBufAdd1(pReply, dvmGetStaticFieldBoolean(sfield)); in dvmDbgGetStaticFieldValue()
1588 expandBufAdd1(pReply, dvmGetStaticFieldByte(sfield)); in dvmDbgGetStaticFieldValue()