/art/libartbase/base/unix_file/ |
D | fd_file.cc | 70 static ssize_t pread(int fd, void* data, size_t byte_count, off64_t offset) { in pread() 362 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 388 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write() 421 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric() 437 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() 441 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully() 446 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric() 465 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully() 469 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
/art/runtime/gc/ |
D | heap-inl.h | 47 size_t byte_count, in AllocObjectWithAllocator() 287 size_t byte_count, in AllocLargeObject() 436 inline bool Heap::ShouldAllocLargeObject(ObjPtr<mirror::Class> c, size_t byte_count) const { in ShouldAllocLargeObject()
|
D | allocation_record.cc | 203 size_t byte_count) { in RecordAllocation()
|
D | heap.cc | 1484 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() 4214 void Heap::CheckPreconditionsForAllocObject(ObjPtr<mirror::Class> c, size_t byte_count) { in CheckPreconditionsForAllocObject()
|
/art/libartbase/base/ |
D | mem_map.h | 153 size_t byte_count, in MapAnonymous() 167 size_t byte_count, in MapAnonymous() 192 static MemMap MapFile(size_t byte_count, in MapFile()
|
D | hex_dump.h | 32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
|
D | hex_dump.cc | 55 size_t byte_count = byte_count_; in Dump() local
|
D | mem_map.cc | 185 bool MemMap::CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest() 231 size_t byte_count, in CheckReservation() 306 size_t byte_count, in MapAnonymous() 390 size_t byte_count, in MapAnonymousAligned() 415 MemMap MemMap::MapPlaceholder(const char* name, uint8_t* addr, size_t byte_count) { in MapPlaceholder() 505 size_t byte_count, in MapFileAtAddress() 803 MemMap MemMap::TakeReservedMemory(size_t byte_count, bool reuse) { in TakeReservedMemory() 810 void MemMap::ReleaseReservedMemory(size_t byte_count) { in ReleaseReservedMemory()
|
D | utils.cc | 219 std::string PrettySize(uint64_t byte_count) { in PrettySize()
|
/art/test/ti-agent/ |
D | ti_utf.h | 29 inline size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars() 159 size_t byte_count, in ConvertUtf16ToModifiedUtf8()
|
/art/libelffile/stream/ |
D | file_output_stream.cc | 28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
D | vector_output_stream.h | 34 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
|
D | buffered_output_stream.cc | 32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
D | error_delaying_output_stream.h | 39 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
|
/art/libprofile/profile/ |
D | profile_helpers.h | 29 inline bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer()
|
D | profile_compilation_info.cc | 932 static bool WriteBuffer(int fd, const void* buffer, size_t byte_count) { in WriteBuffer() 1503 size_t byte_count, in Read() 2463 size_t byte_count = sizeof(kProfileMagic); in IsProfileFile() local
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 50 size_t byte_count = klass->GetObjectSizeAllocFastPath(); in artAllocObjectFromCode() local
|
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 34 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes() 123 jint offset, jint byte_count) { in StringFactory_newStringFromUtf8Bytes()
|
/art/libdexfile/dex/ |
D | utf.cc | 50 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/ |
D | alloc_manager.cc | 101 size_t* byte_count) { in PreObjectAllocated()
|
D | events.cc | 318 void ObjectAllocated(art::Thread* self, art::ObjPtr<art::mirror::Object>* obj, size_t byte_count) in ObjectAllocated()
|
/art/runtime/mirror/ |
D | string.cc | 225 size_t byte_count = strlen(utf); in AllocFromModifiedUtf8() local 316 size_t byte_count = GetModifiedUtf8Length(); in ToModifiedUtf8() local
|
D | string-alloc-inl.h | 274 uint32_t byte_count = (static_cast<uint32_t>(char_count) << 1); in AllocFromUtf16ByteArray() local
|
/art/libelffile/elf/ |
D | elf_builder.h | 168 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
|
/art/runtime/jni/ |
D | jni_internal.cc | 95 size_t VisitUtf8Chars(const char* utf8, size_t byte_count, GoodFunc good, BadFunc bad) { in VisitUtf8Chars() 227 jsize byte_count = 0; in GetUncompressedStringUTFLength() local 2227 size_t byte_count = in GetStringUTFChars() local
|