Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_bits.h70 static inline void Set1(uint8_t* buf, uint8_t val) { in Set1() function
101 Set1(*dst, value); in Write1BE()
Djdwp_event.cc721 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()
Djdwp_handler.cc1723 Set1(replyBuf + 8, kJDWPFlagReply); in ProcessRequest()
/art/runtime/
Ddebugger.cc2494 JDWP::Set1(buf_+1, intVal != 0); in GetLocalValue()
2506 JDWP::Set1(buf_+1, intVal); in GetLocalValue()
2603 JDWP::Set1(buf_, tag_); in GetLocalValue()