Home
last modified time | relevance | path

Searched defs:byte_count (Results 1 – 18 of 18) sorted by relevance

/art/runtime/base/unix_file/
Dnull_file.cc36 int64_t NullFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
54 int64_t NullFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
Dfd_file.cc138 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
163 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
181 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()
196 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
Dstring_file.cc38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const { in Read()
66 int64_t StringFile::Write(const char *buf, int64_t byte_count, int64_t offset) { in Write()
Dmapped_file.cc112 int64_t MappedFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
148 int64_t MappedFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
/art/runtime/gc/
Dheap-inl.h40 size_t byte_count, AllocatorType allocator, in AllocObjectWithAllocator()
184 size_t byte_count, in AllocLargeObject()
294 inline bool Heap::ShouldAllocLargeObject(mirror::Class* c, size_t byte_count) const { in ShouldAllocLargeObject()
Dheap.cc934 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
3241 void Heap::CheckPreconditionsForAllocObject(mirror::Class* c, size_t byte_count) { in CheckPreconditionsForAllocObject()
/art/runtime/base/
Dhex_dump.h32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
Dhex_dump.cc55 size_t byte_count = byte_count_; in Dump() 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()
/art/runtime/
Dmem_map.h70 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile()
Dmem_map.cc194 static bool CheckMapRequest(byte* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest()
239 MemMap* MemMap::MapAnonymous(const char* name, byte* expected_ptr, size_t byte_count, int prot, in MapAnonymous()
386 MemMap* MemMap::MapFileAtAddress(byte* expected_ptr, size_t byte_count, int prot, int flags, int fd, in MapFileAtAddress()
Dutils.cc451 std::string PrettySize(int64_t byte_count) { in PrettySize()
Ddebugger.cc1780 size_t byte_count = code_item->insns_size_in_code_units_ * 2; in GetBytecodes() local
4040 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk()
4565 void Dbg::RecordAllocation(mirror::Class* type, size_t byte_count) { in RecordAllocation()
Dcheck_jni.cc1085 size_t byte_count = a->GetLength() * component_size; in CreateGuardedPACopy() local
Djni_internal.cc2050 size_t byte_count = s->GetUtfLength(); in GetStringUTFChars() local
/art/runtime/mirror/
Dstring.cc195 size_t byte_count = GetUtfLength(); in ToModifiedUtf8() local