Searched refs:Set1 (Results 1 - 4 of 4) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_bits.h79 static inline void Set1(uint8_t* buf, uint8_t val) { function in namespace:art::JDWP
110 Set1(*dst, value);
H A Djdwp_event.cc788 Set1(buf + kJDWPHeaderFlagsOffset, 0); /* flags */
789 Set1(buf + kJDWPHeaderCmdSetOffset, kJDWPEventCmdSet);
790 Set1(buf + kJDWPHeaderCmdOffset, kJDWPEventCompositeCmd);
1316 Set1(out_header + 8, 0); /* flags */
1317 Set1(out_header + 9, kJDWPDdmCmdSet);
1318 Set1(out_header + 10, kJDWPDdmCmd);
H A Djdwp_handler.cc1687 Set1(replyBuf + kJDWPHeaderFlagsOffset, kJDWPFlagReply);
/art/runtime/
H A Ddebugger.cc2636 JDWP::Set1(buf + 1, intVal != 0);
2646 JDWP::Set1(buf + 1, intVal);
2730 JDWP::Set1(buf, tag);
4222 JDWP::Set1(buf + kJDWPHeaderFlagsOffset, kJDWPFlagReply); // flags

Completed in 183 milliseconds