Searched refs:expandBufAdd4BE (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 68 expandBufAdd4BE(reply, objects.size()); in WriteTaggedObjectList() 132 expandBufAdd4BE(pReply, 1); in VM_Version() 133 expandBufAdd4BE(pReply, 6); in VM_Version() 156 expandBufAdd4BE(pReply, ids.size()); in VM_ClassesBySignature() 169 expandBufAdd4BE(pReply, class_status); in VM_ClassesBySignature() 186 expandBufAdd4BE(pReply, thread_ids.size()); in VM_AllThreads() 206 expandBufAdd4BE(pReply, groups); in VM_TopLevelThreadGroups() 218 expandBufAdd4BE(pReply, sizeof(FieldId)); in VM_IDSizes() 219 expandBufAdd4BE(pReply, sizeof(MethodId)); in VM_IDSizes() 220 expandBufAdd4BE(pReply, sizeof(ObjectId)); in VM_IDSizes() [all …]
|
D | jdwp_event.cc | 774 expandBufAdd4BE(pReq, 1); in PostVMStart() 776 expandBufAdd4BE(pReq, 0); /* requestId */ in PostVMStart() 904 expandBufAdd4BE(pReq, match_list.size()); in PostLocationEvent() 908 expandBufAdd4BE(pReq, pEvent->requestId); in PostLocationEvent() 975 expandBufAdd4BE(pReq, match_list.size()); in PostFieldEvent() 989 expandBufAdd4BE(pReq, pEvent->requestId); in PostFieldEvent() 1056 expandBufAdd4BE(pReq, match_list.size()); in PostThreadChange() 1060 expandBufAdd4BE(pReq, pEvent->requestId); in PostThreadChange() 1084 expandBufAdd4BE(pReq, 1); in PostVMDeath() 1087 expandBufAdd4BE(pReq, 0); in PostVMDeath() [all …]
|
D | jdwp_expand_buf.h | 60 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val);
|
D | jdwp_expand_buf.cc | 138 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val) { in expandBufAdd4BE() function
|
/art/runtime/ |
D | debugger.cc | 846 expandBufAdd4BE(pReply, access_flags); in GetModifiers() 874 expandBufAdd4BE(reply, monitor_info.entry_count_); in GetMonitorInfo() 875 expandBufAdd4BE(reply, monitor_info.waiters_.size()); in GetMonitorInfo() 1244 expandBufAdd4BE(pReply, count); in OutputArray() 1559 expandBufAdd4BE(pReply, instance_field_count + static_field_count); in OutputDeclaredFields() 1570 expandBufAdd4BE(pReply, MangleAccessFlags(f->GetAccessFlags())); in OutputDeclaredFields() 1586 expandBufAdd4BE(pReply, direct_method_count + virtual_method_count); in OutputDeclaredMethods() 1601 expandBufAdd4BE(pReply, MangleAccessFlags(m->GetAccessFlags())); in OutputDeclaredMethods() 1615 expandBufAdd4BE(pReply, interface_count); in OutputDeclaredInterfaces() 1631 expandBufAdd4BE(pContext->pReply, line_number); in OutputLineTable() [all …]
|