HomeSort by relevance Sort by last modified time
    Searched refs:expandBufAdd4BE (Results 1 - 5 of 5) sorted by null

  /art/runtime/jdwp/
jdwp_expand_buf.h 60 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val);
jdwp_handler.cc 69 expandBufAdd4BE(reply, objects.size());
133 expandBufAdd4BE(pReply, 1);
134 expandBufAdd4BE(pReply, 6);
157 expandBufAdd4BE(pReply, ids.size());
170 expandBufAdd4BE(pReply, class_status);
187 expandBufAdd4BE(pReply, thread_ids.size());
207 expandBufAdd4BE(pReply, groups);
219 expandBufAdd4BE(pReply, sizeof(FieldId));
220 expandBufAdd4BE(pReply, sizeof(MethodId));
221 expandBufAdd4BE(pReply, sizeof(ObjectId))
    [all...]
jdwp_event.cc 773 expandBufAdd4BE(pReq, 1);
775 expandBufAdd4BE(pReq, 0); /* requestId */
903 expandBufAdd4BE(pReq, match_list.size());
907 expandBufAdd4BE(pReq, pEvent->requestId);
    [all...]
jdwp_expand_buf.cc 138 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val) {
  /art/runtime/
debugger.cc 785 expandBufAdd4BE(pReply, access_flags);
812 expandBufAdd4BE(reply, monitor_info.entry_count_);
813 expandBufAdd4BE(reply, monitor_info.waiters_.size());
    [all...]

Completed in 39 milliseconds