Searched refs:expandBufAdd8BE (Results 1 – 6 of 6) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 72 static inline void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFieldId() 73 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd8BE(pReply, i… in expandBufAddMethodId() 74 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() 75 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId() 76 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId()
|
D | jdwp_expand_buf.h | 61 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val);
|
D | jdwp_expand_buf.cc | 148 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val) { in expandBufAdd8BE() function 186 expandBufAdd8BE(buf, location.dex_pc); in expandBufAddLocation()
|
D | jdwp_event.cc | 1102 expandBufAdd8BE(pReq, thread_id); in PostThreadChange()
|
D | jdwp_handler.cc | 414 expandBufAdd8BE(pReply, counts[i]); in VM_InstanceCounts()
|
/art/runtime/ |
D | debugger.cc | 1681 expandBufAdd8BE(pReply, start); in OutputLineTable() 1682 expandBufAdd8BE(pReply, end); in OutputLineTable() 1690 expandBufAdd8BE(pReply, entry.address_); in OutputLineTable() 1731 expandBufAdd8BE(pReply, entry.start_address_); in OutputVariableTable() 2049 expandBufAdd8BE(pReply, return_value->GetJ()); in OutputJValue() 2431 expandBufAdd8BE(buf, frame_id); in GetThreadFrames() 4024 expandBufAdd8BE(pReply, value); in WriteValue()
|