Lines Matching refs:buf_
2450 buf_(buf_in) { in GetThreadFrames()
2451 expandBufAdd4BE(buf_, frame_count_); in GetThreadFrames()
2466 expandBufAdd8BE(buf_, frame_id); in GetThreadFrames()
2467 expandBufAddLocation(buf_, location); in GetThreadFrames()
2477 JDWP::ExpandBuf* buf_; in GetThreadFrames() member in art::Dbg::GetThreadFrames::GetFrameVisitor
4681 : buf_(16384 - 16), in HeapChunkContext()
4693 if (p_ > &buf_[0]) { in ~HeapChunkContext()
4731 CHECK_LE(&buf_[0], pieceLenField_); in Flush()
4735 ArrayRef<const uint8_t> out(&buf_[0], p_ - &buf_[0]); in Flush()
4755 p_ = &buf_[0]; in Reset()
4830 size_t byte_left = &buf_.back() - p_; in AppendChunk()
4839 byte_left = &buf_.back() - p_; in AppendChunk()
4900 std::vector<uint8_t> buf_; member in art::HeapChunkContext