Searched refs:expandBufAdd4BE (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 72 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 …]
|
D | jdwp_event.cc | 815 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 …]
|
D | jdwp_expand_buf.h | 60 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val);
|
D | jdwp_expand_buf.cc | 139 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val) { in expandBufAdd4BE() function
|