Searched refs:Set8BE (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 65 static inline void SetFieldId(uint8_t* buf, FieldId val) { return Set8BE(buf, val); } in SetFieldId() 66 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set8BE(buf, val); } in SetMethodId() 67 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); } in SetObjectId() 68 static inline void SetRefTypeId(uint8_t* buf, RefTypeId val) { return Set8BE(buf, val); } in SetRefTypeId() 69 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); } in SetFrameId()
|
D | jdwp_bits.h | 89 static inline void Set8BE(uint8_t* buf, uint64_t val) { in Set8BE() function 116 Set8BE(*dst, value); in Write8BE()
|
D | jdwp_expand_buf.cc | 149 Set8BE(pBuf->storage + pBuf->curLen, val); in expandBufAdd8BE()
|
/art/runtime/ |
D | debugger.cc | 2711 JDWP::Set8BE(buf + 1, longVal); in GetLocalValue() 2721 JDWP::Set8BE(buf + 1, longVal); in GetLocalValue()
|