Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 36) sorted by relevance

12

/art/runtime/base/unix_file/
Dfd_file.cc213 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
Dfd_file_test.cc75 uint8_t buffer[16]; in TEST_F() local
106 char buffer[sizeof(read_suffix)]; in TEST_F() local
/art/compiler/debug/
Delf_debug_frame_writer.h34 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
Delf_gnu_debugdata_writer.h56 const uint8_t* buffer = reinterpret_cast<const uint8_t*>(buf); in XzCompress() local
86 std::vector<uint8_t> buffer; in MakeMiniDebugInfoInternal() local
Delf_debug_writer.cc117 std::vector<uint8_t> buffer; in WriteDebugElfFileForMethodsInternal() local
149 std::vector<uint8_t> buffer; in WriteDebugElfFileForClassesInternal() local
Delf_debug_line_writer.h265 std::vector<uint8_t> buffer; in WriteCompilationUnit() local
Delf_debug_info_writer.h269 std::vector<uint8_t> buffer; in Write() local
434 std::vector<uint8_t> buffer; in Write() local
/art/runtime/jit/
Doffline_profiling_info.cc141 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
Dprofile_compilation_info_test.cc248 uint8_t buffer[] = { 1, 2, 3, 4 }; in TEST_F() local
/art/compiler/linker/
Dfile_output_stream.cc28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
Dvector_output_stream.h34 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
Dbuffered_output_stream.cc32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
Derror_delaying_output_stream.h37 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
/art/compiler/debug/dwarf/
Dwriter.h125 void PushData(const Vector* buffer) { in PushData()
171 explicit Writer(Vector* buffer) : data_(buffer) { } in Writer()
Dheaders.h45 std::vector<uint8_t>* buffer) { in WriteCIE()
88 std::vector<uint8_t>* buffer, in WriteFDE()
Ddebug_abbrev_writer.h44 explicit DebugAbbrevWriter(Vector* buffer) in DebugAbbrevWriter()
Dexpression.h114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression()
Ddwarf_test.h90 char buffer[1024]; in Objdump() local
/art/compiler/utils/
Dassembler.h180 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
221 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
294 explicit DebugFrameOpCodeWriterForAssembler(Assembler* buffer) in DebugFrameOpCodeWriterForAssembler()
/art/compiler/optimizing/
Dliveness_test.cc35 std::ostream& buffer, in DumpBitVector()
58 std::ostringstream buffer; in TestCode() local
/art/compiler/
Delf_builder.h198 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/
Djdwp_adb.cc140 char buffer[CMSG_SPACE(sizeof(int))]; in ReceiveClientFd() member
/art/runtime/native/
Djava_lang_String.cc84 jcharArray buffer, jint index) { in String_getCharsNoCheck()
/art/dex2oat/
Ddex2oat_test.cc176 char buffer[128]; in Dex2Oat() local
/art/runtime/base/
Dbit_vector.cc330 std::ostringstream buffer; in Dump() local

12