| /art/runtime/base/unix_file/ |
| D | fd_file.cc | 154 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/ |
| D | heap-inl.h | 43 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()
|
| D | allocation_record.cc | 266 size_t byte_count) { in RecordAllocation()
|
| D | heap.cc | 1327 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/ |
| 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
|
| /art/compiler/linker/ |
| 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 | 37 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
|
| /art/runtime/ |
| D | utf.cc | 46 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars() 120 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8()
|
| D | mem_map.cc | 210 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()
|
| D | mem_map.h | 83 static MemMap* MapFile(size_t byte_count, in MapFile()
|
| D | utils.cc | 465 std::string PrettySize(int64_t byte_count) { in PrettySize()
|
| D | debugger.cc | 1686 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()
|
| D | check_jni.cc | 1414 size_t byte_count = a->GetLength() * component_size; in CreateGuardedPACopy() local
|
| D | jni_internal.cc | 1767 size_t byte_count = s->GetUtfLength(); in GetStringUTFChars() local
|
| /art/runtime/mirror/ |
| D | string.cc | 112 size_t byte_count = strlen(utf); in AllocFromModifiedUtf8() local 223 size_t byte_count = GetUtfLength(); in ToModifiedUtf8() local
|
| /art/runtime/native/ |
| D | java_lang_StringFactory.cc | 31 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
|
| /art/runtime/jit/ |
| D | offline_profiling_info.cc | 141 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/ |
| D | elf_builder.h | 198 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
|
| D | oat_writer.cc | 71 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully()
|