Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86_test.cc24 AssemblerBuffer buffer; in TEST() 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.cc893 void ElfWriterQuick::ReservePatchSpace(std::vector<uint8_t>* buffer, bool debug) { in ReservePatchSpace()
/art/runtime/base/unix_file/
Dfd_file.cc121 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()
136 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
Dfd_file_test.cc74 uint8_t buffer[16]; in TEST_F() local
Dmapped_file_test.cc129 StringFile buffer; in TEST_F() local
/art/runtime/base/
Dbit_vector.cc398 std::ostringstream buffer; in Dump() local
418 std::ostringstream buffer; in DumpDot() local
424 std::ostringstream buffer; in DumpIndicesDot() local
Dlogging.h195 std::ostringstream buffer; member
/art/compiler/optimizing/
Dliveness_test.cc31 std::ostream& buffer, in DumpBitVector()
56 std::ostringstream buffer; in TestCode() local
Dcode_generator.cc64 uint8_t* buffer = allocator->Allocate(code_size); in CompileBaseline() local
90 uint8_t* buffer = allocator->Allocate(code_size); in CompileOptimized() local
/art/compiler/utils/
Dassembler.h257 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
298 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
Dassembler_test.h511 std::string WriteToFile(std::vector<uint8_t>& buffer, std::string test_name) { in WriteToFile()
/art/runtime/jdwp/
Djdwp_adb.cc140 char buffer[CMSG_SPACE(sizeof(int))]; in ReceiveClientFd() member
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc24 AssemblerBuffer buffer; in TEST() local
/art/test/004-JniTest/
Djni_test.cc163 std::vector<uint8_t> buffer(1); in Java_Main_testZeroLengthByteBuffers() local
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1472 uint8_t buffer[12]; in EncodeUnsignedLeb128() local
1480 uint8_t buffer[12]; in EncodeSignedLeb128() local
/art/dex2oat/
Ddex2oat.cc1501 std::unique_ptr<uint8_t> buffer(new uint8_t[buffer_size]); in dex2oat() local
/art/runtime/
Djni_internal_test.cc1598 jobject buffer = env_->NewDirectByteBuffer(bytes, sizeof(bytes)); in TEST_F() local