Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc60 expandBufAdd1(reply, tag); in WriteTaggedObject()
167 expandBufAdd1(pReply, type_tag); in VM_ClassesBySignature()
315 expandBufAdd1(reply, true); // canWatchFieldModification in VM_Capabilities()
316 expandBufAdd1(reply, true); // canWatchFieldAccess in VM_Capabilities()
317 expandBufAdd1(reply, true); // canGetBytecodes in VM_Capabilities()
318 expandBufAdd1(reply, true); // canGetSyntheticAttribute in VM_Capabilities()
319 expandBufAdd1(reply, true); // canGetOwnedMonitorInfo in VM_Capabilities()
320 expandBufAdd1(reply, true); // canGetCurrentContendedMonitor in VM_Capabilities()
321 expandBufAdd1(reply, true); // canGetMonitorInfo in VM_Capabilities()
330 expandBufAdd1(reply, false); // canRedefineClasses in VM_CapabilitiesNew()
[all …]
Djdwp_event.cc773 expandBufAdd1(pReq, suspend_policy); in PostVMStart()
775 expandBufAdd1(pReq, EK_VM_START); in PostVMStart()
903 expandBufAdd1(pReq, suspend_policy); in PostLocationEvent()
907 expandBufAdd1(pReq, pEvent->eventKind); in PostLocationEvent()
974 expandBufAdd1(pReq, suspend_policy); in PostFieldEvent()
988 expandBufAdd1(pReq, pEvent->eventKind); in PostFieldEvent()
992 expandBufAdd1(pReq, type_tag); in PostFieldEvent()
995 expandBufAdd1(pReq, tag); in PostFieldEvent()
1055 expandBufAdd1(pReq, suspend_policy); in PostThreadChange()
1059 expandBufAdd1(pReq, pEvent->eventKind); in PostThreadChange()
[all …]
Djdwp_expand_buf.cc120 void expandBufAdd1(ExpandBuf* pBuf, uint8_t val) { in expandBufAdd1() function
180 expandBufAdd1(buf, location.type_tag); in expandBufAddLocation()
Djdwp_expand_buf.h58 void expandBufAdd1(ExpandBuf* pBuf, uint8_t val);
/art/runtime/
Ddebugger.cc1068 expandBufAdd1(pReply, type_tag); in GetReflectedType()
1148 expandBufAdd1(pReply, type_tag); in GetReferenceType()
1243 expandBufAdd1(pReply, element_tag); in OutputArray()
1269 expandBufAdd1(pReply, specific_tag); in OutputArray()
1998 expandBufAdd1(pReply, tag); in OutputJValue()
2000 expandBufAdd1(pReply, return_value->GetI()); in OutputJValue()
2013 expandBufAdd1(pReply, TagFromObject(soa, value)); in OutputJValue()
4011 expandBufAdd1(pReply, value); in WriteValue()
4142 JDWP::expandBufAdd1(pReply, result_tag); in BuildInvokeReply()
4146 JDWP::expandBufAdd1(pReply, JDWP::JT_OBJECT); in BuildInvokeReply()