Home | History | Annotate | Download | only in runtime

Lines Matching defs:p_

4178     if (p_ > &buf_[0]) {
4197 JDWP::Write4BE(&p_, 1); // Heap id (bogus; we only have one heap).
4198 JDWP::Write1BE(&p_, 8); // Size of allocation unit, in bytes.
4200 JDWP::Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start.
4201 JDWP::Write4BE(&p_, 0); // offset of this piece (relative to the virtual address).
4204 pieceLenField_ = p_;
4205 JDWP::Write4BE(&p_, 0x55555555);
4217 CHECK_LE(pieceLenField_, p_);
4220 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]);
4234 p_ = &buf_[0];
4300 size_t bytesLeft = buf_.size() - (size_t)(p_ - &buf_[0]);
4305 bytesLeft = buf_.size() - (size_t)(p_ - &buf_[0]);
4316 *p_++ = state | HPSG_PARTIAL;
4317 *p_++ = 255; // length - 1
4320 *p_++ = state;
4321 *p_++ = length - 1;
4378 uint8_t* p_;