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 | 411 AssemblerBuffer buffer_; variable |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.h | 392 ArenaVector<int32_t> buffer_; variable |
/art/compiler/utils/x86/ | ||
D | assembler_x86.h | 372 ArenaVector<int32_t> buffer_; variable |
/art/runtime/ | ||
D | trace.cc | 322 uintptr_t* buffer_; member in art::TraceWriterTask |
/art/runtime/hprof/ | ||
D | hprof.cc | 383 std::vector<uint8_t> buffer_; member in art::hprof::EndianOutputBuffered |