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/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/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/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.h95 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill()
101 ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill()
126 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/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/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
85 #define CFI_ADJUST_CFA_OFFSET(size) argument
86 #define CFI_DEF_CFA(reg,size) argument
89 #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
87 #define CFI_ADJUST_CFA_OFFSET(size) argument
88 #define CFI_DEF_CFA(reg,size) argument
91 #define CFI_REL_OFFSET(reg,size) argument
/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/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/libartbase/base/
Darray_ref.h62 explicit constexpr ArrayRef(T (&array)[size]) in ArrayRef()
69 explicit constexpr ArrayRef(U (&array)[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/compiler/utils/x86/
Djni_macro_assembler_x86.cc123 void X86JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store()
186 void X86JNIMacroAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load()
213 void X86JNIMacroAssembler::LoadFromThread(ManagedRegister mdest, ThreadOffset32 src, size_t size) { in LoadFromThread()
274 void X86JNIMacroAssembler::SignExtend(ManagedRegister mreg, size_t size) { in SignExtend()
285 void X86JNIMacroAssembler::ZeroExtend(ManagedRegister mreg, size_t size) { in ZeroExtend()
296 void X86JNIMacroAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) { in Move()
349 size_t size) { in Copy()
374 size_t size) { in Copy()
385 size_t size) { in Copy()
398 size_t size) { in Copy()
[all …]
/art/test/617-clinit-oome/src/
DMain.java23 int size = 256 * 1024 * 1024; in main() local
/art/runtime/mirror/
Darray-alloc-inl.h41 size_t size = header_size + data_size; in ComputeArraySize() local
128 size_t size = ComputeArraySize(component_count, component_size_shift); in Alloc() local
/art/libdexfile/external/
Ddex_file_ext.cc79 const ExtDexFileString* ExtDexFileMakeString(const char* str, size_t size) { in ExtDexFileMakeString()
86 const char* ExtDexFileGetString(const ExtDexFileString* ext_string, /*out*/ size_t* size) { in ExtDexFileGetString()
147 /*inout*/ size_t* size, in ExtDexFileOpenFromMemory()
263 size_t size = map->size(); in ExtDexFileOpenFromFd() local
/art/test/080-oom-throw/src/
DMain.java58 int size = 1000000; in eatAllMemory() local
117 int size = 2 * 1024 * 1024; in blowup() local
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc154 void X86_64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store()
225 void X86_64JNIMacroAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load()
258 ThreadOffset64 src, size_t size) { in LoadFromThread()
324 void X86_64JNIMacroAssembler::SignExtend(ManagedRegister mreg, size_t size) { in SignExtend()
335 void X86_64JNIMacroAssembler::ZeroExtend(ManagedRegister mreg, size_t size) { in ZeroExtend()
346 void X86_64JNIMacroAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) { in Move()
400 size_t size) { in Copy()
425 size_t size) { in Copy()
436 size_t size) { in Copy()
449 size_t size) { in Copy()
[all …]

123456789