Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
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()
187 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()
/art/runtime/gc/
Dheap-inl.h42 size_t byte_count, AllocatorType allocator, in AllocObjectWithAllocator()
211 size_t byte_count, in AllocLargeObject()
396 inline bool Heap::ShouldAllocLargeObject(mirror::Class* c, size_t byte_count) const { in ShouldAllocLargeObject()
Dheap.cc1138 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
3657 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.cc198 static bool CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest()
259 MemMap* MemMap::MapAnonymous(const char* name, uint8_t* expected_ptr, size_t byte_count, int prot, in MapAnonymous()
442 MemMap* MemMap::MapDummy(const char* name, uint8_t* addr, size_t byte_count) { in MapDummy()
450 MemMap* MemMap::MapFileAtAddress(uint8_t* expected_ptr, size_t byte_count, int prot, int flags, in MapFileAtAddress()
Dmem_map.h77 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile()
Dutils.cc461 std::string PrettySize(int64_t byte_count) { in PrettySize()
Ddebugger.cc1748 size_t byte_count = code_item->insns_size_in_code_units_ * 2; in GetBytecodes() local
4371 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk()
4912 void Dbg::RecordAllocation(Thread* self, mirror::Class* type, size_t byte_count) { in RecordAllocation()
Dcheck_jni.cc1236 size_t byte_count = a->GetLength() * component_size; in CreateGuardedPACopy() local
Djni_internal.cc1760 size_t byte_count = s->GetUtfLength(); in GetStringUTFChars() local
/art/runtime/native/
Djava_lang_StringFactory.cc31 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
/art/runtime/mirror/
Dstring.cc217 size_t byte_count = GetUtfLength(); in ToModifiedUtf8() local