Home
last modified time | relevance | path

Searched refs:expandBufAdd8BE (Results 1 – 6 of 6) sorted by relevance

/art/runtime/jdwp/
Djdwp.h72 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()
Djdwp_expand_buf.h61 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val);
Djdwp_expand_buf.cc148 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val) { in expandBufAdd8BE() function
186 expandBufAdd8BE(buf, location.dex_pc); in expandBufAddLocation()
Djdwp_event.cc1102 expandBufAdd8BE(pReq, thread_id); in PostThreadChange()
Djdwp_handler.cc414 expandBufAdd8BE(pReply, counts[i]); in VM_InstanceCounts()
/art/runtime/
Ddebugger.cc1681 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()