Searched refs:Set1 (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_bits.h | 70 static inline void Set1(uint8_t* buf, uint8_t val) { in Set1() function 101 Set1(*dst, value); in Write1BE()
|
D | jdwp_event.cc | 721 Set1(buf+8, 0); /* flags */ in EventFinish() 722 Set1(buf+9, kJdwpEventCommandSet); in EventFinish() 723 Set1(buf+10, kJdwpCompositeCommand); in EventFinish() 1340 Set1(header+8, 0); /* flags */ in DdmSendChunkV() 1341 Set1(header+9, kJDWPDdmCmdSet); in DdmSendChunkV() 1342 Set1(header+10, kJDWPDdmCmd); in DdmSendChunkV()
|
D | jdwp_handler.cc | 1723 Set1(replyBuf + 8, kJDWPFlagReply); in ProcessRequest()
|
/art/runtime/ |
D | debugger.cc | 2494 JDWP::Set1(buf_+1, intVal != 0); in GetLocalValue() 2506 JDWP::Set1(buf_+1, intVal); in GetLocalValue() 2603 JDWP::Set1(buf_, tag_); in GetLocalValue()
|