Lines Matching refs:buf_
1867 start_frame_(start_frame), frame_count_(frame_count), buf_(buf) { in GetThreadFrames()
1868 expandBufAdd4BE(buf_, frame_count_); in GetThreadFrames()
1885 expandBufAdd8BE(buf_, frame_id); in GetThreadFrames()
1886 expandBufAddLocation(buf_, location); in GetThreadFrames()
1896 JDWP::ExpandBuf* buf_; in GetThreadFrames() member in art::Dbg::GetThreadFrames::GetFrameVisitor
2022 buf_(buf), width_(width) {} in GetLocalValue()
2040 JDWP::Set1(buf_+1, intVal != 0); in GetLocalValue()
2048 JDWP::Set1(buf_+1, intVal); in GetLocalValue()
2057 JDWP::Set2BE(buf_+1, intVal); in GetLocalValue()
2065 JDWP::Set4BE(buf_+1, intVal); in GetLocalValue()
2073 JDWP::Set4BE(buf_+1, intVal); in GetLocalValue()
2084 JDWP::SetObjectId(buf_+1, gRegistry->Add(o)); in GetLocalValue()
2101 JDWP::SetObjectId(buf_+1, gRegistry->Add(o)); in GetLocalValue()
2111 JDWP::Set8BE(buf_+1, longVal); in GetLocalValue()
2121 JDWP::Set8BE(buf_+1, longVal); in GetLocalValue()
2130 JDWP::Set1(buf_, tag_); in GetLocalValue()
2137 uint8_t* const buf_; in GetLocalValue() member
3197 : buf_(16384 - 16), in HeapChunkContext()
3209 if (p_ > &buf_[0]) { in ~HeapChunkContext()
3239 CHECK_LE(&buf_[0], pieceLenField_); in Flush()
3243 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]); in Flush()
3257 p_ = &buf_[0]; in Reset()
3324 size_t bytesLeft = buf_.size() - (size_t)(p_ - &buf_[0]); in AppendChunk()
3329 bytesLeft = buf_.size() - (size_t)(p_ - &buf_[0]); in AppendChunk()
3396 std::vector<uint8_t> buf_; member in art::HeapChunkContext