Searched refs:expandBufAdd1 (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.cpp | 58 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 …]
|
D | JdwpEvent.cpp | 763 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostVMStart() 766 expandBufAdd1(pReq, EK_VM_START); in dvmJdwpPostVMStart() 883 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostLocationEvent() 887 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostLocationEvent() 961 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostThreadChange() 965 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostThreadChange() 1000 expandBufAdd1(pReq, SP_NONE); in dvmJdwpPostVMDeath() 1003 expandBufAdd1(pReq, EK_VM_DEATH); in dvmJdwpPostVMDeath() 1077 expandBufAdd1(pReq, suspendPolicy); in dvmJdwpPostException() 1081 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostException() [all …]
|
D | ExpandBuf.h | 50 void expandBufAdd1(ExpandBuf* pBuf, u1 val);
|
D | ExpandBuf.cpp | 123 void expandBufAdd1(ExpandBuf* pBuf, u1 val) in expandBufAdd1() function
|
/dalvik/vm/ |
D | Debugger.cpp | 1029 expandBufAdd1(pReply, thisTag); in dvmDbgOutputArray() 1473 expandBufAdd1(pReply, tag); in dvmDbgGetFieldValue() 1478 expandBufAdd1(pReply, tag); in dvmDbgGetFieldValue() 1482 expandBufAdd1(pReply, dvmGetFieldBoolean(obj, ifield->byteOffset)); in dvmDbgGetFieldValue() 1485 expandBufAdd1(pReply, dvmGetFieldByte(obj, ifield->byteOffset)); in dvmDbgGetFieldValue() 1569 expandBufAdd1(pReply, tag); in dvmDbgGetStaticFieldValue() 1576 expandBufAdd1(pReply, tag); in dvmDbgGetStaticFieldValue() 1580 expandBufAdd1(pReply, dvmGetStaticFieldBoolean(sfield)); in dvmDbgGetStaticFieldValue() 1583 expandBufAdd1(pReply, dvmGetStaticFieldByte(sfield)); in dvmDbgGetStaticFieldValue()
|