Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h70 static inline void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFieldId()
71 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd8BE(pReply, i… in expandBufAddMethodId()
72 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId()
73 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId()
74 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId()
Djdwp_expand_buf.cc147 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val) { in expandBufAdd8BE() function
183 expandBufAdd8BE(buf, location.dex_pc); in expandBufAddLocation()
Djdwp_expand_buf.h61 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val);
Djdwp_event.cc1061 expandBufAdd8BE(pReq, thread_id); in PostThreadChange()
Djdwp_handler.cc412 expandBufAdd8BE(pReply, counts[i]); in VM_InstanceCounts()
/art/runtime/
Ddebugger.cc1630 expandBufAdd8BE(pContext->pReply, address); in OutputLineTable()
1649 expandBufAdd8BE(pReply, start); in OutputLineTable()
1650 expandBufAdd8BE(pReply, end); in OutputLineTable()
1688 expandBufAdd8BE(pContext->pReply, startAddress); in OutputVariableTable()
2006 expandBufAdd8BE(pReply, return_value->GetJ()); in OutputJValue()
2390 expandBufAdd8BE(buf_, frame_id); in GetThreadFrames()
4020 expandBufAdd8BE(pReply, value); in WriteValue()