Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc154 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
180 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
213 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric()
229 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()
233 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully()
238 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric()
257 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully()
261 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
/art/runtime/gc/
Dheap-inl.h43 size_t byte_count, in AllocObjectWithAllocator()
225 size_t byte_count, in AllocLargeObject()
398 inline bool Heap::ShouldAllocLargeObject(mirror::Class* c, size_t byte_count) const { in ShouldAllocLargeObject()
Dallocation_record.cc266 size_t byte_count) { in RecordAllocation()
Dheap.cc1327 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
3947 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/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/runtime/
Dutf.cc46 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()
120 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8()
Dmem_map.cc210 static bool CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest()
277 size_t byte_count, in MapAnonymous()
362 MemMap* MemMap::MapDummy(const char* name, uint8_t* addr, size_t byte_count) { in MapDummy()
371 size_t byte_count, in MapFileAtAddress()
Dmem_map.h83 static MemMap* MapFile(size_t byte_count, in MapFile()
Dutils.cc465 std::string PrettySize(int64_t byte_count) { in PrettySize()
Ddebugger.cc1686 size_t byte_count = code_item->insns_size_in_code_units_ * 2; in GetBytecodes() local
4366 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk()
Dcheck_jni.cc1414 size_t byte_count = a->GetLength() * component_size; in CreateGuardedPACopy() local
Djni_internal.cc1767 size_t byte_count = s->GetUtfLength(); in GetStringUTFChars() local
/art/runtime/mirror/
Dstring.cc112 size_t byte_count = strlen(utf); in AllocFromModifiedUtf8() local
223 size_t byte_count = GetUtfLength(); in ToModifiedUtf8() local
/art/runtime/native/
Djava_lang_StringFactory.cc31 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
/art/runtime/jit/
Doffline_profiling_info.cc141 static bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer()
347 size_t byte_count = ptr_end_ - ptr_current_; in FillFromFd() local
/art/compiler/
Delf_builder.h198 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
Doat_writer.cc71 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()