Home
last modified time | relevance | path

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

12

/art/libartbase/base/
Dmem_map.h159 size_t byte_count, in MapAnonymous()
173 size_t byte_count, in MapAnonymous()
198 static MemMap MapFile(size_t byte_count, in MapFile()
219 static MemMap MapFile(size_t byte_count, in MapFile()
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
Dmem_map.cc187 bool MemMap::CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest()
233 size_t byte_count, in CheckReservation()
308 size_t byte_count, in MapAnonymous()
402 size_t byte_count, in MapAnonymousAligned()
431 MemMap MemMap::MapPlaceholder(const char* name, uint8_t* addr, size_t byte_count) { in MapPlaceholder()
521 size_t byte_count, in MapFileAtAddress()
821 MemMap MemMap::TakeReservedMemory(size_t byte_count, bool reuse) { in TakeReservedMemory()
828 void MemMap::ReleaseReservedMemory(size_t byte_count) { in ReleaseReservedMemory()
Dutils.cc227 std::string PrettySize(uint64_t byte_count) { in PrettySize()
/art/runtime/gc/
Dheap-inl.h47 size_t byte_count, in AllocObjectWithAllocator()
288 size_t byte_count, in AllocLargeObject()
439 inline bool Heap::ShouldAllocLargeObject(ObjPtr<mirror::Class> c, size_t byte_count) const { in ShouldAllocLargeObject()
Dallocation_listener.h59 [[maybe_unused]] size_t* byte_count) in PreObjectAllocated()
Dallocation_record.cc204 size_t byte_count) { in RecordAllocation()
Dheap.cc1508 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
4336 void Heap::CheckPreconditionsForAllocObject(ObjPtr<mirror::Class> c, size_t byte_count) { in CheckPreconditionsForAllocObject()
/art/libartbase/base/unix_file/
Dfd_file.cc93 static ssize_t pread(int fd, void* data, size_t byte_count, off64_t offset) { in pread()
390 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
416 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
449 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric()
465 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()
469 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully()
474 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric()
493 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully()
497 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
/art/test/ti-agent/
Dti_utf.h29 inline size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()
159 size_t byte_count, in ConvertUtf16ToModifiedUtf8()
/art/libelffile/stream/
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.h39 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
Dfile_output_stream.cc30 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
/art/libprofile/profile/
Dprofile_helpers.h29 inline bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer()
Dprofile_compilation_info.cc958 static bool WriteBuffer(int fd, const void* buffer, size_t byte_count) { in WriteBuffer()
1570 size_t byte_count, in Read()
2530 size_t byte_count = sizeof(kProfileMagic); in IsProfileFile() local
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc50 size_t byte_count = klass->GetObjectSizeAllocFastPath(); in artAllocObjectFromCode() local
/art/runtime/native/
Djava_lang_StringFactory.cc34 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
123 jint offset, jint byte_count) { in StringFactory_newStringFromUtf8Bytes()
/art/libdexfile/dex/
Dutf.cc50 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()
124 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8()
/art/openjdkjvmti/
Dalloc_manager.cc101 size_t* byte_count) { in PreObjectAllocated()
Devents.cc318 void ObjectAllocated(art::Thread* self, art::ObjPtr<art::mirror::Object>* obj, size_t byte_count) in ObjectAllocated()
/art/runtime/mirror/
Dstring.cc237 size_t byte_count = strlen(utf); in AllocFromModifiedUtf8() local
328 size_t byte_count = GetModifiedUtf8Length(); in ToModifiedUtf8() local
Dstring-alloc-inl.h274 uint32_t byte_count = (static_cast<uint32_t>(char_count) << 1); in AllocFromUtf16ByteArray() local
/art/libelffile/elf/
Delf_builder.h171 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()

12