Searched refs:Write4BE (Results 1 – 2 of 2) sorted by relevance
119 static inline void Write4BE(uint8_t** dst, uint32_t value) { in Write4BE() function
1273 for (int i = 0; i < count; ++i) JDWP::Write4BE(&dst, src4[offset + i]); in OutputArray()4570 JDWP::Write4BE(&p_, 1); // Heap id (bogus; we only have one heap). in EnsureHeader()4573 … JDWP::Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start. in EnsureHeader()4574 JDWP::Write4BE(&p_, 0); // offset of this piece (relative to the virtual address). in EnsureHeader()4578 JDWP::Write4BE(&p_, 0x55555555); in EnsureHeader()