Home | History | Annotate | Download | only in runtime

Lines Matching refs:Write4BE

1186       for (int i = 0; i < count; ++i) JDWP::Write4BE(&dst, src4[offset + i]);
4526 JDWP::Write4BE(&p_, 1); // Heap id (bogus; we only have one heap).
4529 JDWP::Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start.
4530 JDWP::Write4BE(&p_, 0); // offset of this piece (relative to the virtual address).
4534 JDWP::Write4BE(&p_, 0x55555555);