/art/runtime/ |
D | memory_region.h | 34 MemoryRegion(void* pointer, uword size) : pointer_(pointer), size_(size) {} in MemoryRegion() 37 size_t size() const { return size_; } in size() function 62 void Subregion(const MemoryRegion& from, uintptr_t offset, uintptr_t size) { in Subregion()
|
D | dex_file_verifier.h | 30 DexFileVerifier(const DexFile* dex_file, const byte* begin, size_t size) in DexFileVerifier()
|
D | mapping_table.h | 113 uint32_t size = DexToPcSize(); in DexToPcEnd() local 186 uint32_t size = PcToDexSize(); in PcToDexEnd() local
|
D | runtime.cc | 421 size_t size = ParseMemoryOption(option.substr(strlen("-Xms")).c_str(), 1024); in Create() local 432 size_t size = ParseMemoryOption(option.substr(strlen("-Xmx")).c_str(), 1024); in Create() local 443 size_t size = ParseMemoryOption(option.substr(strlen("-XX:HeapGrowthLimit=")).c_str(), 1024); in Create() local 454 size_t size = ParseMemoryOption(option.substr(strlen("-XX:HeapMinFree=")).c_str(), 1024); in Create() local 465 size_t size = ParseMemoryOption(option.substr(strlen("-XX:HeapMaxFree=")).c_str(), 1024); in Create() local 496 size_t size = ParseMemoryOption(option.substr(strlen("-Xss")).c_str(), 1); in Create() local
|
D | zip_archive.cc | 130 static bool CopyFdToMemory(uint8_t* begin, size_t size, int in, size_t count) { in CopyFdToMemory() 174 static bool InflateToMemory(uint8_t* begin, size_t size, in InflateToMemory() 267 bool ZipEntry::ExtractToMemory(uint8_t* begin, size_t size) { in ExtractToMemory()
|
D | dex_file_verifier.cc | 103 bool DexFileVerifier::Verify(const DexFile* dex_file, const byte* begin, size_t size) { in Verify() 264 uint32_t DexFileVerifier::ReadUnsignedLittleEndian(uint32_t size) { in ReadUnsignedLittleEndian() 284 int32_t size = DecodeSignedLeb128(&ptr_); in CheckAndGetHandlerOffsets() local 522 uint32_t size = DecodeUnsignedLeb128(&ptr_); in CheckEncodedArray() local 539 uint32_t size = DecodeUnsignedLeb128(&ptr_); in CheckEncodedAnnotation() local 692 uint32_t size = DecodeUnsignedLeb128(&ptr_); in CheckIntraStringDataItem() local 1592 uint32_t size = interfaces->Size(); in CheckInterClassDefItem() local
|
D | vmap_table.h | 34 size_t size = DecodeUnsignedLeb128(&table); variable
|
D | safe_map.h | 52 size_type size() const { return map_.size(); } in size() function
|
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 337 int scale, OpSize size) { in LoadBaseIndexed() 389 int scale, OpSize size) { in StoreBaseIndexed() 435 int r_dest_hi, OpSize size, int s_reg) { in LoadBaseDispBody() 533 OpSize size, int s_reg) { in LoadBaseDisp() 544 int r_src, int r_src_hi, OpSize size) { in StoreBaseDispBody() 626 OpSize size) { in StoreBaseDisp() 646 int r_src, int r_src_hi, OpSize size, int s_reg) { in StoreBaseIndexedDisp() 658 int r_dest, int r_dest_hi, OpSize size, int s_reg) { in LoadBaseIndexedDisp()
|
D | call_mips.cc | 152 int size = table[1]; in GenPackedSwitch() local 234 uint32_t size = tab_rec->table[2] | ((static_cast<uint32_t>(tab_rec->table[3])) << 16); in GenFillArrayData() local
|
/art/compiler/dex/ |
D | arena_bit_vector.h | 69 static void* operator new(size_t size, ArenaAllocator* arena) { in new() 86 static void* operator new(size_t size, ArenaAllocator* arena) { in new()
|
D | arena_allocator.cc | 45 Arena::Arena(size_t size) in Arena() 91 Arena* ArenaPool::AllocArena(size_t size) { in AllocArena()
|
D | growable_array.h | 69 static void* operator new(size_t size, ArenaAllocator* arena) { in new() 155 static void* operator new(size_t size, ArenaAllocator* arena) { in new()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 346 int displacement, int r_dest, int r_dest_hi, OpSize size, in LoadBaseIndexedDisp() 446 int r_index, int r_dest, int scale, OpSize size) { in LoadBaseIndexed() 452 int r_dest, OpSize size, int s_reg) { in LoadBaseDisp() 464 int displacement, int r_src, int r_src_hi, OpSize size, in StoreBaseIndexedDisp() 545 int scale, OpSize size) { in StoreBaseIndexed() 551 int r_src, OpSize size) { in StoreBaseDisp()
|
D | call_x86.cc | 80 int size = table[1]; in GenPackedSwitch() local 137 uint32_t size = tab_rec->table[2] | ((static_cast<uint32_t>(tab_rec->table[3])) << 16); in GenFillArrayData() local
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 129 OpSize size, bool long_or_double, bool is_object) { in SpecialIGet() 154 OpSize size, bool long_or_double, bool is_object) { in SpecialIPut() 322 int size = table[1]; in GenSparseSwitch() local 370 int size = table[1]; in GenPackedSwitch() local 424 uint32_t size = tab_rec->table[2] | ((static_cast<uint32_t>(tab_rec->table[3])) << 16); in GenFillArrayData() local
|
D | utility_arm.cc | 643 int scale, OpSize size) { in LoadBaseIndexed() 707 int scale, OpSize size) { in StoreBaseIndexed() 772 int r_dest_hi, OpSize size, int s_reg) { in LoadBaseDispBody() 892 OpSize size, int s_reg) { in LoadBaseDisp() 903 int r_src, int r_src_hi, OpSize size) { in StoreBaseDispBody() 1006 OpSize size) { in StoreBaseDisp() 1046 int displacement, int r_src, int r_src_hi, OpSize size, in StoreBaseIndexedDisp() 1058 int displacement, int r_dest, int r_dest_hi, OpSize size, in LoadBaseIndexedDisp()
|
/art/runtime/base/ |
D | bounded_fifo.h | 45 size_t size() const { in size() function
|
D | stringpiece.h | 60 int size() const { return length_; } in size() function
|
/art/test/NativeAllocations/ |
D | NativeAllocations.java | 56 int size = 512 * 0x400; in main() local
|
/art/runtime/base/unix_file/ |
D | mapped_file.cc | 149 int64_t MappedFile::size() const { in size() function in unix_file::MappedFile
|
/art/runtime/gc/space/ |
D | large_object_space.h | 145 void SetAllocationSize(size_t size) { in SetAllocationSize()
|
D | dlmalloc_space.cc | 287 size_t size = RoundUp(Size(), kPageSize); in CreateZygoteSpace() local 394 size_t size = mspace_usable_size(ptrs[i]); in FreeList() local 437 size_t size = -increment; in MoreCore() local
|
/art/runtime/hprof/ |
D | hprof.cc | 697 size_t size; in SignatureToBasicTypeAndSize() local 722 size_t size; in PrimitiveToBasicTypeAndSize() local 927 size_t size; in DumpHeapObject() local 971 size_t size; in DumpHeapObject() local 1014 size_t size; in DumpHeapObject() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 470 size_t size) { in EmitLoad() 608 void MipsAssembler::Store(FrameOffset dest, ManagedRegister msrc, size_t size) { in Store() 679 void MipsAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load() 683 void MipsAssembler::Load(ManagedRegister mdest, ThreadOffset src, size_t size) { in Load() 783 ManagedRegister mscratch, size_t size) { in Copy() 799 ManagedRegister mscratch, size_t size) { in Copy() 807 ManagedRegister mscratch, size_t size) { in Copy() 821 ManagedRegister mscratch, size_t size) { in Copy()
|