Home | History | Annotate | Download | only in runtime

Lines Matching defs:p_

3209     if (p_ > &buf_[0]) {
3220 JDWP::Write4BE(&p_, 1); // Heap id (bogus; we only have one heap).
3221 JDWP::Write1BE(&p_, 8); // Size of allocation unit, in bytes.
3223 JDWP::Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start.
3224 JDWP::Write4BE(&p_
3227 pieceLenField_ = p_;
3228 JDWP::Write4BE(&p_, 0x55555555);
3240 CHECK_LE(pieceLenField_, p_);
3243 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]);
3257 p_ = &buf_[0];
3324 size_t bytesLeft = buf_.size() - (size_t)(p_ - &buf_[0]);
3329 bytesLeft = buf_.size() - (size_t)(p_ - &buf_[0]);
3340 *p_++ = state | HPSG_PARTIAL;
3341 *p_++ = 255; // length - 1
3344 *p_++ = state;
3345 *p_++ = length - 1;
3397 uint8_t* p_;