Home
last modified time | relevance | path

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

12

/art/dexlayout/
Ddex_writer.cc29 size_t EncodeIntValue(int32_t value, uint8_t* buffer) { in EncodeIntValue()
46 size_t EncodeUIntValue(uint32_t value, uint8_t* buffer) { in EncodeUIntValue()
55 size_t EncodeLongValue(int64_t value, uint8_t* buffer) { in EncodeLongValue()
77 size_t EncodeFloatValue(float value, uint8_t* buffer) { in EncodeFloatValue()
94 size_t EncodeDoubleValue(double value, uint8_t* buffer) { in EncodeDoubleValue()
106 size_t DexWriter::Write(const void* buffer, size_t length, size_t offset) { in Write()
113 uint8_t buffer[8]; in WriteSleb128() local
119 uint8_t buffer[8]; in WriteUleb128() local
128 uint8_t buffer[8]; in WriteEncodedValue() local
194 uint8_t buffer[1] = { static_cast<uint8_t>((value_arg << 5) | value_type) }; in WriteEncodedValueHeader() local
[all …]
/art/runtime/base/unix_file/
Dfd_file.cc243 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric()
259 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()
263 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully()
268 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric()
287 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully()
291 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
325 art::UniqueCPtr<void> buffer(malloc(buffer_size)); in Copy() local
Dfd_file_test.cc77 uint8_t buffer[16]; in TEST_F() local
108 char buffer[sizeof(read_suffix)]; in TEST_F() local
198 uint8_t buffer[16] = { 0 }; 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_info_writer.h270 std::vector<uint8_t> buffer; in Write() local
435 std::vector<uint8_t> buffer; in Write() local
Delf_debug_line_writer.h266 std::vector<uint8_t> buffer; in WriteCompilationUnit() local
/art/runtime/jit/
Dprofile_compilation_info.cc220 static bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer()
233 static void AddStringToBuffer(std::vector<uint8_t>* buffer, const std::string& value) { in AddStringToBuffer()
239 static void AddUintToBuffer(std::vector<uint8_t>* buffer, T value) { in AddUintToBuffer()
276 std::vector<uint8_t> buffer; in Save() local
335 void ProfileCompilationInfo::AddInlineCacheToBuffer(std::vector<uint8_t>* buffer, in AddInlineCacheToBuffer()
580 #define READ_UINT(type, buffer, dest, error) \ argument
589 bool ProfileCompilationInfo::ReadInlineCache(SafeBuffer& buffer, in ReadInlineCache()
629 bool ProfileCompilationInfo::ReadMethods(SafeBuffer& buffer, in ReadMethods()
647 bool ProfileCompilationInfo::ReadClasses(SafeBuffer& buffer, in ReadClasses()
669 uint8_t buffer[1]; in testEOF() local
[all …]
/art/tools/ahat/test/
DSnapshotBuilder.java50 InMemoryBuffer buffer = new InMemoryBuffer(os.toByteArray()); in makeSnapshot() 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/tools/ahat/src/heapdump/
DAhatSnapshot.java67 public static AhatSnapshot fromDataBuffer(DataBuffer buffer, ProguardMap map) throws IOException { in fromDataBuffer()
81 private AhatSnapshot(DataBuffer buffer, ProguardMap map) throws IOException { in AhatSnapshot()
/art/compiler/utils/
Dassembler.h182 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
223 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
296 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/runtime/
Dclass_table_test.cc150 std::unique_ptr<uint8_t[]> buffer(new uint8_t[count]()); in TEST_F() local
/art/compiler/
Delf_builder.h203 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
560 std::vector<uint8_t>* buffer) { in EncodeOatPatches()
571 std::vector<uint8_t> buffer; in WritePatches() local
580 void WriteSection(const char* name, const std::vector<uint8_t>* buffer) { in WriteSection()
/art/runtime/native/
Djava_lang_String.cc89 jcharArray buffer, jint index) { in String_getCharsNoCheck()

12