Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc72 expandBufAdd4BE(reply, objects.size()); in WriteTaggedObjectList()
136 expandBufAdd4BE(pReply, 1); in VM_Version()
137 expandBufAdd4BE(pReply, 6); in VM_Version()
160 expandBufAdd4BE(pReply, ids.size()); in VM_ClassesBySignature()
173 expandBufAdd4BE(pReply, class_status); in VM_ClassesBySignature()
190 expandBufAdd4BE(pReply, thread_ids.size()); in VM_AllThreads()
210 expandBufAdd4BE(pReply, groups); in VM_TopLevelThreadGroups()
222 expandBufAdd4BE(pReply, sizeof(FieldId)); in VM_IDSizes()
223 expandBufAdd4BE(pReply, sizeof(MethodId)); in VM_IDSizes()
224 expandBufAdd4BE(pReply, sizeof(ObjectId)); in VM_IDSizes()
[all …]
Djdwp_event.cc815 expandBufAdd4BE(pReq, 1); in PostVMStart()
817 expandBufAdd4BE(pReq, 0); /* requestId */ in PostVMStart()
945 expandBufAdd4BE(pReq, match_list.size()); in PostLocationEvent()
949 expandBufAdd4BE(pReq, pEvent->requestId); in PostLocationEvent()
1016 expandBufAdd4BE(pReq, match_list.size()); in PostFieldEvent()
1030 expandBufAdd4BE(pReq, pEvent->requestId); in PostFieldEvent()
1097 expandBufAdd4BE(pReq, match_list.size()); in PostThreadChange()
1101 expandBufAdd4BE(pReq, pEvent->requestId); in PostThreadChange()
1125 expandBufAdd4BE(pReq, 1); in PostVMDeath()
1128 expandBufAdd4BE(pReq, 0); in PostVMDeath()
[all …]
Djdwp_expand_buf.h60 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val);
Djdwp_expand_buf.cc139 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val) { in expandBufAdd4BE() function
/art/runtime/
Ddebugger.cc844 expandBufAdd4BE(pReply, access_flags); in GetModifiers()
872 expandBufAdd4BE(reply, monitor_info.entry_count_); in GetMonitorInfo()
873 expandBufAdd4BE(reply, monitor_info.waiters_.size()); in GetMonitorInfo()
1263 expandBufAdd4BE(pReply, count); in OutputArray()
1607 expandBufAdd4BE(pReply, instance_field_count + static_field_count); in OutputDeclaredFields()
1619 expandBufAdd4BE(pReply, MangleAccessFlags(f->GetAccessFlags())); in OutputDeclaredFields()
1632 expandBufAdd4BE(pReply, c->NumMethods()); in OutputDeclaredMethods()
1645 expandBufAdd4BE(pReply, MangleAccessFlags(m.GetAccessFlags())); in OutputDeclaredMethods()
1658 expandBufAdd4BE(pReply, interface_count); in OutputDeclaredInterfaces()
1686 expandBufAdd4BE(pReply, 0); in OutputLineTable()
[all …]