Home | History | Annotate | Download | only in runtime

Lines Matching refs:Write4BE

1025       for (int i = 0; i < count; ++i) JDWP::Write4BE(&dst, src4[offset + i]);
3220 JDWP::Write4BE(&p_, 1); // Heap id (bogus; we only have one heap).
3223 JDWP::Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start.
3224 JDWP::Write4BE
3228 JDWP::Write4BE(&p_, 0x55555555);