/art/runtime/base/unix_file/ |
D | null_file.cc | 36 int64_t NullFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 54 int64_t NullFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
|
D | fd_file.cc | 138 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() 181 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() 196 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
D | string_file.cc | 38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const { in Read() 66 int64_t StringFile::Write(const char *buf, int64_t byte_count, int64_t offset) { in Write()
|
D | mapped_file.cc | 112 int64_t MappedFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 148 int64_t MappedFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
|
/art/runtime/gc/ |
D | heap-inl.h | 40 size_t byte_count, AllocatorType allocator, in AllocObjectWithAllocator() 184 size_t byte_count, in AllocLargeObject() 294 inline bool Heap::ShouldAllocLargeObject(mirror::Class* c, size_t byte_count) const { in ShouldAllocLargeObject()
|
D | heap.cc | 934 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() 3241 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/ |
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) { in WriteFully()
|
D | buffered_output_stream.cc | 26 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
/art/runtime/ |
D | mem_map.h | 70 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile()
|
D | mem_map.cc | 194 static bool CheckMapRequest(byte* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest() 239 MemMap* MemMap::MapAnonymous(const char* name, byte* expected_ptr, size_t byte_count, int prot, in MapAnonymous() 386 MemMap* MemMap::MapFileAtAddress(byte* expected_ptr, size_t byte_count, int prot, int flags, int fd, in MapFileAtAddress()
|
D | utils.cc | 451 std::string PrettySize(int64_t byte_count) { in PrettySize()
|
D | debugger.cc | 1780 size_t byte_count = code_item->insns_size_in_code_units_ * 2; in GetBytecodes() local 4040 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk() 4565 void Dbg::RecordAllocation(mirror::Class* type, size_t byte_count) { in RecordAllocation()
|
D | check_jni.cc | 1085 size_t byte_count = a->GetLength() * component_size; in CreateGuardedPACopy() local
|
D | jni_internal.cc | 2050 size_t byte_count = s->GetUtfLength(); in GetStringUTFChars() local
|
/art/runtime/mirror/ |
D | string.cc | 195 size_t byte_count = GetUtfLength(); in ToModifiedUtf8() local
|