Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 222) sorted by relevance

123456789

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DType.java76 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/
Drosalloc-inl.h31 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/
DDebugInfoItem.java25 private int size; field in DebugInfoItem
28 public DebugInfoItem(int size) { in DebugInfoItem()
DStringDataItem.java25 private int size; field in StringDataItem
69 public void setSize(int size) { in setSize()
DMapList.java29 public int size; field in MapList
172 long size = end - start; in read() local
/art/test/1900-track-alloc/src/art/
DTest1900.java138 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/
DHeapTable.java89 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
DSizeTable.java62 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/
Dmanaged_register.h91 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()
Dstack_checks.h37 static inline bool FrameNeedsStackCheck(size_t size, InstructionSet isa ATTRIBUTE_UNUSED) { in FrameNeedsStackCheck()
/art/libartbase/base/
Darray_ref.h62 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
Dstrlcpy.h31 static inline size_t strlcpy(char* dst, const char* src, size_t size) { in strlcpy()
Dmalloc_arena_pool.cc45 MallocArena::MallocArena(size_t size) { in MallocArena()
105 Arena* MallocArenaPool::AllocArena(size_t size) { in AllocArena()
/art/openjdkjvmti/
Dti_allocator.cc60 jlong size, in Allocate()
75 unsigned char* AllocUtil::AllocateImpl(jlong size) { in AllocateImpl()
/art/runtime/base/
Dmem_map_arena_pool.cc46 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/
Dcalling_convention_x86_64.cc47 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/
Dlinear_alloc.cc31 void* LinearAlloc::Alloc(Thread* self, size_t size) { in Alloc()
36 void* LinearAlloc::AllocAlign16(Thread* self, size_t size) { in AllocAlign16()
/art/runtime/jit/
Djit_memory_region_test.cc61 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/
DMain.java51 int size = (int)(maxMem / 32); in checkRegisterNativeAllocation() local
88 int size = (int)(maxMem / 5); in triggerBlockingRegisterNativeAllocation() local
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S74 #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/
Dasm_support_x86.S75 #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/
Dcalling_convention_x86.cc41 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/
DMain.java23 int size = 256 * 1024 * 1024; in main() local
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc100 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/
Darray-alloc-inl.h42 size_t size = header_size + data_size; in ComputeArraySize() local
129 size_t size = ComputeArraySize(component_count, component_size_shift); in Alloc() local

123456789