Searched defs:buffer_ (Results 1 – 6 of 6) sorted by relevance
/art/compiler/linker/ | ||
D | buffered_output_stream.h | 46 uint8_t buffer_[kBufferSize]; variable |
/art/runtime/base/ | ||
D | logging.cc | 175 std::ostringstream buffer_; member in art::LogMessageData |
/art/compiler/utils/ | ||
D | assembler.h | 527 AssemblerBuffer buffer_; variable |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.h | 307 ArenaVector<int32_t> buffer_; variable |
/art/compiler/utils/x86/ | ||
D | assembler_x86.h | 302 ArenaVector<int32_t> buffer_; variable |
/art/runtime/hprof/ | ||
D | hprof.cc | 366 std::vector<uint8_t> buffer_; member in art::hprof::EndianOutputBuffered |