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

  /art/runtime/jdwp/
jdwp_bits.h 81 static inline void Set4BE(uint8_t* buf, uint32_t val) {
111 Set4BE(*dst, value);
jdwp_expand_buf.cc 140 Set4BE(pBuf->storage + pBuf->curLen, val);
154 Set4BE(buf, strLen);
jdwp.h 54 static inline void SetFieldId(uint8_t* buf, FieldId val) { return Set4BE(buf, val); }
55 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set4BE(buf, val); }
jdwp_event.cc 650 Set4BE(buf, expandBufGetLength(pReq));
651 Set4BE(buf+4, NextRequestSerial());
    [all...]
jdwp_handler.cc     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 832 milliseconds