Home
last modified time | relevance | path

Searched refs:Set8BE (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp_bits.h89 static inline void Set8BE(uint8_t* buf, uint64_t val) { in Set8BE() function
116 Set8BE(*dst, value); in Write8BE()
Djdwp.h56 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); } in SetObjectId()
57 static inline void SetRefTypeId(uint8_t* buf, RefTypeId val) { return Set8BE(buf, val); } in SetRefTypeId()
58 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); } in SetFrameId()
Djdwp_expand_buf.cc149 Set8BE(pBuf->storage + pBuf->curLen, val); in expandBufAdd8BE()
/art/runtime/
Ddebugger.cc2111 JDWP::Set8BE(buf_+1, longVal); in GetLocalValue()
2121 JDWP::Set8BE(buf_+1, longVal); in GetLocalValue()