/art/runtime/base/unix_file/ |
D | fd_file.cc | 213 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric() 229 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() 233 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully() 238 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric() 257 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully() 261 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() 295 art::UniqueCPtr<void> buffer(malloc(buffer_size)); in Copy() local
|
D | fd_file_test.cc | 75 uint8_t buffer[16]; in TEST_F() local 106 char buffer[sizeof(read_suffix)]; in TEST_F() local
|
/art/compiler/debug/ |
D | elf_debug_frame_writer.h | 34 std::vector<uint8_t>* buffer) { in WriteCIE() 219 std::vector<uint8_t> buffer; // Small temporary buffer. in WriteCFISection() local 249 std::vector<uint8_t> buffer; in WriteCFISection() local
|
D | elf_gnu_debugdata_writer.h | 56 const uint8_t* buffer = reinterpret_cast<const uint8_t*>(buf); in XzCompress() local 86 std::vector<uint8_t> buffer; in MakeMiniDebugInfoInternal() local
|
D | elf_debug_writer.cc | 117 std::vector<uint8_t> buffer; in WriteDebugElfFileForMethodsInternal() local 149 std::vector<uint8_t> buffer; in WriteDebugElfFileForClassesInternal() local
|
D | elf_debug_line_writer.h | 265 std::vector<uint8_t> buffer; in WriteCompilationUnit() local
|
D | elf_debug_info_writer.h | 269 std::vector<uint8_t> buffer; in Write() local 434 std::vector<uint8_t> buffer; in Write() local
|
/art/runtime/jit/ |
D | offline_profiling_info.cc | 141 static bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer() 154 static void AddStringToBuffer(std::vector<uint8_t>* buffer, const std::string& value) { in AddStringToBuffer() 160 static void AddUintToBuffer(std::vector<uint8_t>* buffer, T value) { in AddUintToBuffer() 186 std::vector<uint8_t> buffer; in Save() local 315 uint8_t buffer[1]; in testEOF() local 348 uint8_t* buffer = ptr_current_; in FillFromFd() local
|
D | profile_compilation_info_test.cc | 248 uint8_t buffer[] = { 1, 2, 3, 4 }; in TEST_F() local
|
/art/compiler/linker/ |
D | file_output_stream.cc | 28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
D | vector_output_stream.h | 34 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
|
D | buffered_output_stream.cc | 32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
D | error_delaying_output_stream.h | 37 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
|
/art/compiler/debug/dwarf/ |
D | writer.h | 125 void PushData(const Vector* buffer) { in PushData() 171 explicit Writer(Vector* buffer) : data_(buffer) { } in Writer()
|
D | headers.h | 45 std::vector<uint8_t>* buffer) { in WriteCIE() 88 std::vector<uint8_t>* buffer, in WriteFDE()
|
D | debug_abbrev_writer.h | 44 explicit DebugAbbrevWriter(Vector* buffer) in DebugAbbrevWriter()
|
D | expression.h | 114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression()
|
D | dwarf_test.h | 90 char buffer[1024]; in Objdump() local
|
/art/compiler/utils/ |
D | assembler.h | 180 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity() 221 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity() 294 explicit DebugFrameOpCodeWriterForAssembler(Assembler* buffer) in DebugFrameOpCodeWriterForAssembler()
|
/art/compiler/optimizing/ |
D | liveness_test.cc | 35 std::ostream& buffer, in DumpBitVector() 58 std::ostringstream buffer; in TestCode() local
|
/art/compiler/ |
D | elf_builder.h | 198 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() 510 std::vector<uint8_t>* buffer) { in EncodeOatPatches() 521 std::vector<uint8_t> buffer; in WritePatches() local 530 void WriteSection(const char* name, const std::vector<uint8_t>* buffer) { in WriteSection()
|
/art/runtime/jdwp/ |
D | jdwp_adb.cc | 140 char buffer[CMSG_SPACE(sizeof(int))]; in ReceiveClientFd() member
|
/art/runtime/native/ |
D | java_lang_String.cc | 84 jcharArray buffer, jint index) { in String_getCharsNoCheck()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 176 char buffer[128]; in Dex2Oat() local
|
/art/runtime/base/ |
D | bit_vector.cc | 330 std::ostringstream buffer; in Dump() local
|