Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc187 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric()
203 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()
207 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully()
211 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
Dfd_file_test.cc75 uint8_t buffer[16]; in TEST_F() local
106 char buffer[sizeof(read_suffix)]; in TEST_F() local
/art/compiler/
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) { in WriteFully()
Dbuffered_output_stream.cc26 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
Delf_writer_quick.cc75 std::vector<uint8_t>* buffer) { in EncodeOatPatches()
121 std::vector<uint8_t>* buffer) { in Patch()
Delf_builder.h129 std::vector<Elf_Dyn> buffer; in Write() local
199 void SetBuffer(const std::vector<uint8_t>& buffer) { in SetBuffer()
326 std::vector<Elf_Sym> buffer; in Write() local
/art/compiler/dwarf/
Dwriter.h120 void PushData(const std::vector<uint8_t, Allocator2>* buffer) { in PushData()
162 explicit Writer(std::vector<uint8_t, Allocator>* buffer) : data_(buffer) { } in Writer()
Ddwarf_test.h100 char buffer[1024]; in Objdump() local
/art/compiler/utils/
Dassembler.h263 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
304 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
366 explicit DebugFrameOpCodeWriterForAssembler(Assembler* buffer) in DebugFrameOpCodeWriterForAssembler()
Dassembler_test_base.h336 std::string WriteToFile(const std::vector<uint8_t>& buffer, std::string test_name) { in WriteToFile()
/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc156 std::vector<uint8_t> buffer(m2l->code_buffer_.begin(), m2l->code_buffer_.end()); in Test() local
214 std::vector<uint8_t> buffer(m2l->code_buffer_.begin(), m2l->code_buffer_.end()); in TestVectorFn() local
/art/compiler/optimizing/
Dliveness_test.cc35 std::ostream& buffer, in DumpBitVector()
63 std::ostringstream buffer; in TestCode() local
Dcode_generator.cc204 uint8_t* buffer = allocator->Allocate(code_size); in Finalize() local
/art/compiler/utils/x86/
Dassembler_x86_test.cc25 AssemblerBuffer buffer; in TEST() local
/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/runtime/base/
Dbit_vector.cc334 std::ostringstream buffer; in Dump() local
/art/runtime/hprof/
Dhprof.cc375 void HandleFlush(const uint8_t* buffer, size_t length) OVERRIDE { in HandleFlush()
395 void HandleFlush(const uint8_t* buffer, size_t length) OVERRIDE { in HandleFlush()
/art/test/004-JniTest/
Djni_test.cc163 std::vector<uint8_t> buffer(1); in Java_Main_testZeroLengthByteBuffers() local
/art/dex2oat/
Ddex2oat.cc1559 std::unique_ptr<uint8_t[]> buffer(new uint8_t[buffer_size]); in CopyUnstrippedToStripped() local
/art/runtime/
Dutils.cc1046 char buffer[kMaxBuffer]; in RunCommand() local
Djni_internal_test.cc2042 jobject buffer = env_->NewDirectByteBuffer(bytes, sizeof(bytes)); in TEST_F() local
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc30 AssemblerBuffer buffer; in TEST() local