Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc57 case 1: expandBufAdd1(pReply, value); break; in WriteValue()
70 expandBufAdd1(reply, tag); in WriteTaggedObject()
141 expandBufAdd1(pReply, resultTag); in FinishInvoke()
145 expandBufAdd1(pReply, JT_OBJECT); in FinishInvoke()
211 expandBufAdd1(pReply, type_tag); in VM_ClassesBySignature()
361 expandBufAdd1(reply, true); // canWatchFieldModification in VM_Capabilities()
362 expandBufAdd1(reply, true); // canWatchFieldAccess in VM_Capabilities()
363 expandBufAdd1(reply, true); // canGetBytecodes in VM_Capabilities()
364 expandBufAdd1(reply, true); // canGetSyntheticAttribute in VM_Capabilities()
365 expandBufAdd1(reply, true); // canGetOwnedMonitorInfo in VM_Capabilities()
[all …]
Djdwp_event.cc773 expandBufAdd1(pReq, suspend_policy); in PostVMStart()
776 expandBufAdd1(pReq, EK_VM_START); in PostVMStart()
909 expandBufAdd1(pReq, suspend_policy); in PostLocationEvent()
913 expandBufAdd1(pReq, match_list[i]->eventKind); in PostLocationEvent()
994 expandBufAdd1(pReq, suspend_policy); in PostFieldEvent()
1008 expandBufAdd1(pReq, match_list[i]->eventKind); in PostFieldEvent()
1012 expandBufAdd1(pReq, type_tag); in PostFieldEvent()
1015 expandBufAdd1(pReq, tag); in PostFieldEvent()
1083 expandBufAdd1(pReq, suspend_policy); in PostThreadChange()
1087 expandBufAdd1(pReq, match_list[i]->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.cc1142 expandBufAdd1(pReply, type_tag); in GetReflectedType()
1222 expandBufAdd1(pReply, type_tag); in GetReferenceType()
1315 expandBufAdd1(pReply, element_tag); in OutputArray()
1341 expandBufAdd1(pReply, specific_tag); in OutputArray()
1952 expandBufAdd1(pReply, tag); in OutputJValue()
1954 expandBufAdd1(pReply, return_value->GetI()); in OutputJValue()
1967 expandBufAdd1(pReply, TagFromObject(soa, value)); in OutputJValue()