Searched defs:buffer_ (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ | ||
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/x86_64/ | ||
D | assembler_x86_64.h | 301 std::vector<int32_t> buffer_; variable |
/art/compiler/utils/ | ||
D | assembler.h | 538 AssemblerBuffer buffer_; variable |
/art/runtime/hprof/ | ||
D | hprof.cc | 358 std::vector<uint8_t> buffer_; member in art::hprof::EndianOutputBuffered |