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

  /art/runtime/jdwp/
jdwp_expand_buf.h 61 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val);
jdwp_expand_buf.cc 147 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val) {
183 expandBufAdd8BE(buf, location.dex_pc);
jdwp.h 70 static inline void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { expandBufAdd8BE(pReply, id); }
71 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd8BE(pReply, id); }
72 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, id); }
73 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply, id); }
74 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id); }
jdwp_event.cc     [all...]
jdwp_handler.cc 412 expandBufAdd8BE(pReply, counts[i]);
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 1380 milliseconds