/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Type.java | 76 private final int size; field in Type 83 int size(int refSize) { in size() method in Type 87 Type(String name, int size) { in Type()
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc() 59 inline bool RosAlloc::CanAllocFromThreadLocalRun(Thread* self, size_t size) { in CanAllocFromThreadLocalRun() 78 inline void* RosAlloc::AllocFromThreadLocalRun(Thread* self, size_t size, in AllocFromThreadLocalRun() 102 inline size_t RosAlloc::MaxBytesBulkAllocatedFor(size_t size) { in MaxBytesBulkAllocatedFor()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | DebugInfoItem.java | 25 private int size; field in DebugInfoItem 28 public DebugInfoItem(int size) { in DebugInfoItem()
|
D | StringDataItem.java | 25 private int size; field in StringDataItem 69 public void setSize(int size) { in setSize()
|
D | MapList.java | 29 public int size; field in MapList 172 long size = end - start; in read() local
|
/art/test/1900-track-alloc/src/art/ |
D | Test1900.java | 138 private static native long doAllocate(long jvmtienv, long size); in doAllocate() 139 private static long doAllocate(long size) { in doAllocate() 144 private static void doDeallocate(long size) { in doDeallocate() 145 doDeallocate(getDefaultJvmtiEnv(), size); in doDeallocate() local
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | HeapTable.java | 89 long size = config.getSize(elem, heap); in render() local 94 vals.add(DocString.delta(elem.isPlaceHolder(), base.isPlaceHolder(), size, basesize)); in render() local 117 long size = config.getSize(elem, heap); in render() local 129 long size = summary.get(heap); in render() local
|
D | SizeTable.java | 62 static void row(Doc doc, DocString left, Size size, Size base, DocString... values) { in row() 96 static void row(Doc doc, Size size, Size base, DocString... values) { in row()
|
/art/compiler/utils/ |
D | managed_register.h | 91 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill() 97 ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill() 122 void push_back(ManagedRegister x, int32_t size) { in push_back()
|
D | stack_checks.h | 37 static inline bool FrameNeedsStackCheck(size_t size, InstructionSet isa ATTRIBUTE_UNUSED) { in FrameNeedsStackCheck()
|
/art/libartbase/base/ |
D | array_ref.h | 62 explicit constexpr ArrayRef(T (&array)[size]) in ArrayRef() 69 explicit constexpr ArrayRef(U (&array)[size]) in ArrayRef() 73 constexpr ArrayRef(T* array, size_t size) in ArrayRef() 133 size_type size() const { return size_; } in size() function
|
D | strlcpy.h | 31 static inline size_t strlcpy(char* dst, const char* src, size_t size) { in strlcpy()
|
D | malloc_arena_pool.cc | 45 MallocArena::MallocArena(size_t size) { in MallocArena() 105 Arena* MallocArenaPool::AllocArena(size_t size) { in AllocArena()
|
/art/openjdkjvmti/ |
D | ti_allocator.cc | 60 jlong size, in Allocate() 75 unsigned char* AllocUtil::AllocateImpl(jlong size) { in AllocateImpl()
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 46 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) in MemMapArena() 55 MemMap MemMapArena::Allocate(size_t size, bool low_4gb, const char* name) { in Allocate() 104 Arena* MemMapArenaPool::AllocArena(size_t size) { in AllocArena()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 47 const ManagedRegister (&callee_saves)[size]) { in CalculateCoreCalleeSpillMask() 59 static constexpr uint32_t CalculateFpCalleeSpillMask(const ManagedRegister (&callee_saves)[size]) { in CalculateFpCalleeSpillMask() 174 int32_t size = IsParamALongOrDouble(itr_args_) ? 8 : 4; in EntrySpills() local 249 size_t size = (num_stack_fp_args + num_stack_non_fp_args) * kFramePointerSize; in OutArgSize() local
|
/art/runtime/ |
D | linear_alloc.cc | 31 void* LinearAlloc::Alloc(Thread* self, size_t size) { in Alloc() 36 void* LinearAlloc::AllocAlign16(Thread* self, size_t size) { in AllocAlign16()
|
/art/runtime/jit/ |
D | jit_memory_region_test.cc | 61 size_t size = kPageSize; in BasicTest() local 114 size_t size = kPageSize; in TestUnmapWritableAfterFork() local 211 size_t size = kPageSize; in TestMadviseDontFork() local 310 size_t size = kPageSize; in TestFromSharedToPrivate() local
|
/art/test/004-NativeAllocations/src-art/ |
D | Main.java | 51 int size = (int)(maxMem / 32); in checkRegisterNativeAllocation() local 88 int size = (int)(maxMem / 5); in triggerBlockingRegisterNativeAllocation() local
|
/art/runtime/arch/x86_64/ |
D | asm_support_x86_64.S | 74 #define CFI_ADJUST_CFA_OFFSET(size) .cfi_adjust_cfa_offset size argument 75 #define CFI_DEF_CFA(reg,size) .cfi_def_cfa reg,size argument 78 #define CFI_REL_OFFSET(reg,size) .cfi_rel_offset reg,size argument 90 #define CFI_ADJUST_CFA_OFFSET(size) argument 91 #define CFI_DEF_CFA(reg,size) argument 94 #define CFI_REL_OFFSET(reg,size) argument
|
/art/runtime/arch/x86/ |
D | asm_support_x86.S | 75 #define CFI_ADJUST_CFA_OFFSET(size) .cfi_adjust_cfa_offset size argument 76 #define CFI_DEF_CFA(reg,size) .cfi_def_cfa reg,size argument 79 #define CFI_REL_OFFSET(reg,size) .cfi_rel_offset reg,size argument 91 #define CFI_ADJUST_CFA_OFFSET(size) argument 92 #define CFI_DEF_CFA(reg,size) argument 95 #define CFI_REL_OFFSET(reg,size) argument
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 41 const ManagedRegister (&callee_saves)[size]) { in CalculateCoreCalleeSpillMask() 176 int32_t size = IsParamADouble(itr_args_) ? 8 : 4; in EntrySpills() local 263 size_t size = all_args * kFramePointerSize; in OutArgSize() local
|
/art/test/617-clinit-oome/src/ |
D | Main.java | 23 int size = 256 * 1024 * 1024; in main() local
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 100 const ManagedRegister (&callee_saves)[size]) { in CalculateCoreCalleeSpillMask() 112 static constexpr uint32_t CalculateFpCalleeSpillMask(const ManagedRegister (&callee_saves)[size]) { in CalculateFpCalleeSpillMask() 436 size_t size = stack_args * kFramePointerSize + padding_; in OutArgSize() local
|
/art/runtime/mirror/ |
D | array-alloc-inl.h | 42 size_t size = header_size + data_size; in ComputeArraySize() local 129 size_t size = ComputeArraySize(component_count, component_size_shift); in Alloc() local
|