Home
last modified time | relevance | path

Searched defs:buffer_ (Results 1 – 7 of 7) sorted by relevance

/art/libelffile/stream/
Dbuffered_output_stream.h46 uint8_t buffer_[kBufferSize]; variable
/art/tools/dexanalyze/
Ddexanalyze_bytecode.h93 std::vector<uint8_t> buffer_; variable
/art/compiler/utils/
Dassembler.h411 AssemblerBuffer buffer_; variable
/art/compiler/utils/x86_64/
Dassembler_x86_64.h392 ArenaVector<int32_t> buffer_; variable
/art/compiler/utils/x86/
Dassembler_x86.h372 ArenaVector<int32_t> buffer_; variable
/art/runtime/
Dtrace.cc322 uintptr_t* buffer_; member in art::TraceWriterTask
601 uint8_t* buffer_ = nullptr; member in art::RecordMethodInfoClassVisitor
/art/runtime/hprof/
Dhprof.cc383 std::vector<uint8_t> buffer_; member in art::hprof::EndianOutputBuffered