Searched refs:expandBufAdd1 (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 64 expandBufAdd1(reply, tag); in WriteTaggedObject() 171 expandBufAdd1(pReply, type_tag); in VM_ClassesBySignature() 318 expandBufAdd1(reply, true); // canWatchFieldModification in VM_Capabilities() 319 expandBufAdd1(reply, true); // canWatchFieldAccess in VM_Capabilities() 320 expandBufAdd1(reply, true); // canGetBytecodes in VM_Capabilities() 321 expandBufAdd1(reply, true); // canGetSyntheticAttribute in VM_Capabilities() 322 expandBufAdd1(reply, true); // canGetOwnedMonitorInfo in VM_Capabilities() 323 expandBufAdd1(reply, true); // canGetCurrentContendedMonitor in VM_Capabilities() 324 expandBufAdd1(reply, true); // canGetMonitorInfo in VM_Capabilities() 333 expandBufAdd1(reply, false); // canRedefineClasses in VM_CapabilitiesNew() [all …]
|
D | jdwp_event.cc | 814 expandBufAdd1(pReq, suspend_policy); in PostVMStart() 816 expandBufAdd1(pReq, EK_VM_START); in PostVMStart() 944 expandBufAdd1(pReq, suspend_policy); in PostLocationEvent() 948 expandBufAdd1(pReq, pEvent->eventKind); in PostLocationEvent() 1015 expandBufAdd1(pReq, suspend_policy); in PostFieldEvent() 1029 expandBufAdd1(pReq, pEvent->eventKind); in PostFieldEvent() 1033 expandBufAdd1(pReq, type_tag); in PostFieldEvent() 1036 expandBufAdd1(pReq, tag); in PostFieldEvent() 1096 expandBufAdd1(pReq, suspend_policy); in PostThreadChange() 1100 expandBufAdd1(pReq, pEvent->eventKind); in PostThreadChange() [all …]
|
D | jdwp_expand_buf.h | 58 void expandBufAdd1(ExpandBuf* pBuf, uint8_t val);
|
D | jdwp_expand_buf.cc | 121 void expandBufAdd1(ExpandBuf* pBuf, uint8_t val) { in expandBufAdd1() function 183 expandBufAdd1(buf, location.type_tag); in expandBufAddLocation()
|
/art/runtime/ |
D | debugger.cc | 1078 expandBufAdd1(pReply, type_tag); in GetReflectedType() 1152 expandBufAdd1(pReply, type_tag); in GetReferenceType() 1264 expandBufAdd1(pReply, element_tag); in OutputArray() 1290 expandBufAdd1(pReply, specific_tag); in OutputArray() 2074 expandBufAdd1(pReply, tag); in OutputJValue() 2076 expandBufAdd1(pReply, return_value->GetI()); in OutputJValue() 2089 expandBufAdd1(pReply, TagFromObject(soa, value)); in OutputJValue() 4160 expandBufAdd1(pReply, value); in WriteValue() 4301 JDWP::expandBufAdd1(pReply, result_tag); in BuildInvokeReply() 4305 JDWP::expandBufAdd1(pReply, JDWP::JT_OBJECT); in BuildInvokeReply()
|