Searched defs:buffer_ (Results 1 – 7 of 7) sorted by relevance
/art/libelffile/stream/ | ||
D | buffered_output_stream.h | 46 uint8_t buffer_[kBufferSize]; variable |
/art/tools/dexanalyze/ | ||
D | dexanalyze_bytecode.h | 93 std::vector<uint8_t> buffer_; variable |
/art/compiler/utils/ | ||
D | assembler.h | 407 AssemblerBuffer buffer_; variable |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.h | 327 ArenaVector<int32_t> buffer_; variable |
/art/compiler/utils/x86/ | ||
D | assembler_x86.h | 307 ArenaVector<int32_t> buffer_; variable |
/art/dex2oat/linker/ | ||
D | oat_writer.cc | 2480 std::vector<uint8_t>* const buffer_; member in art::linker::OatWriter::WriteQuickeningInfoMethodVisitor |
/art/runtime/hprof/ | ||
D | hprof.cc | 388 std::vector<uint8_t> buffer_; member in art::hprof::EndianOutputBuffered |