Home
last modified time | relevance | path

Searched refs:Write4BE (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_bits.h119 static inline void Write4BE(uint8_t** dst, uint32_t value) { in Write4BE() function
/art/runtime/
Ddebugger.cc1206 for (int i = 0; i < count; ++i) JDWP::Write4BE(&dst, src4[offset + i]); in OutputArray()
4618 JDWP::Write4BE(&p_, 1); // Heap id (bogus; we only have one heap). in EnsureHeader()
4621 … JDWP::Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start. in EnsureHeader()
4622 JDWP::Write4BE(&p_, 0); // offset of this piece (relative to the virtual address). in EnsureHeader()
4626 JDWP::Write4BE(&p_, 0x55555555); in EnsureHeader()