Searched refs:Set4BE (Results 1 – 6 of 6) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_bits.h | 81 static inline void Set4BE(uint8_t* buf, uint32_t val) { in Set4BE() function 111 Set4BE(*dst, value); in Write4BE()
|
D | jdwp_expand_buf.cc | 140 Set4BE(pBuf->storage + pBuf->curLen, val); in expandBufAdd4BE() 154 Set4BE(buf, strLen); in SetUtf8String()
|
D | jdwp_event.cc | 650 Set4BE(buf, expandBufGetLength(pReq)); in EventFinish() 651 Set4BE(buf+4, NextRequestSerial()); in EventFinish() 1057 Set4BE(header, sizeof(header) + dataLen); in DdmSendChunkV() 1058 Set4BE(header+4, NextRequestSerial()); in DdmSendChunkV() 1062 Set4BE(header+11, type); in DdmSendChunkV() 1063 Set4BE(header+15, dataLen); in DdmSendChunkV()
|
D | jdwp.h | 54 static inline void SetFieldId(uint8_t* buf, FieldId val) { return Set4BE(buf, val); } in SetFieldId() 55 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set4BE(buf, val); } in SetMethodId()
|
D | jdwp_handler.cc | 1715 Set4BE(replyBuf + 4, request.GetId()); in ProcessRequest() 1719 Set4BE(replyBuf + 0, expandBufGetLength(pReply)); in ProcessRequest() 1721 Set4BE(replyBuf + 0, kJDWPHeaderLen); in ProcessRequest()
|
/art/runtime/ |
D | debugger.cc | 1356 JDWP::Set4BE(expandBufGetBuffer(pReply) + numLinesOffset, context.numItems); in OutputLineTable() 1405 JDWP::Set4BE(expandBufGetBuffer(pReply) + variable_count_offset, context.variable_count); in OutputVariableTable() 2065 JDWP::Set4BE(buf_+1, intVal); in GetLocalValue() 2073 JDWP::Set4BE(buf_+1, intVal); in GetLocalValue() 2960 JDWP::Set4BE(reply + 0, type); in DdmHandlePacket() 2961 JDWP::Set4BE(reply + 4, length); in DdmHandlePacket() 3014 JDWP::Set4BE(&buf[0], t->GetThinLockId()); in DdmSendThreadNotification() 3241 JDWP::Set4BE(pieceLenField_, totalAllocationUnits_); in Flush() 3427 JDWP::Set4BE(&heap_id[0], 1); // Heap id (bogus; we only have one heap). in DdmSendHeapSegments() 3789 JDWP::Set4BE(&bytes[string_table_offset], bytes.size()); in GetRecentAllocations()
|