Searched refs:Set1 (Results 1 - 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
H A D | jdwp_bits.h | 79 static inline void Set1(uint8_t* buf, uint8_t val) { function in namespace:art::JDWP 110 Set1(*dst, value);
|
H A D | jdwp_event.cc | 788 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 D | jdwp_handler.cc | 1687 Set1(replyBuf + kJDWPHeaderFlagsOffset, kJDWPFlagReply);
|
/art/runtime/ |
H A D | debugger.cc | 2636 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