Home
last modified time | relevance | path

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

123456

/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.java23 private int size; field in DebugInfoItem
26 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
167 int size = end - start; in read() local
DEncodedCatchHandlerList.java22 public int size; field in EncodedCatchHandlerList
DAnnotationSetItem.java22 public int size; field in AnnotationSetItem
DEncodedArray.java22 public int size; field in EncodedArray
DAnnotationSetRefList.java22 public int size; field in AnnotationSetRefList
DEncodedAnnotation.java23 public int size; field in EncodedAnnotation
/art/runtime/base/
Darena_allocator.cc148 void ArenaAllocatorMemoryTool::DoMakeDefined(void* ptr, size_t size) { in DoMakeDefined()
152 void ArenaAllocatorMemoryTool::DoMakeUndefined(void* ptr, size_t size) { in DoMakeUndefined()
156 void ArenaAllocatorMemoryTool::DoMakeInaccessible(void* ptr, size_t size) { in DoMakeInaccessible()
163 MallocArena::MallocArena(size_t size) { in MallocArena()
173 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) { in MemMapArena()
231 Arena* ArenaPool::AllocArena(size_t size) { in AllocArena()
Dstringprintf_test.cc24 size_t size = 0x00107e59; in TEST() local
Dbounded_fifo.h45 size_t size() const { in size() function
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S72 #define CFI_ADJUST_CFA_OFFSET(size) .cfi_adjust_cfa_offset size argument
73 #define CFI_DEF_CFA(reg,size) .cfi_def_cfa reg,size argument
76 #define CFI_REL_OFFSET(reg,size) .cfi_rel_offset reg,size argument
81 #define CFI_ADJUST_CFA_OFFSET(size) argument
82 #define CFI_DEF_CFA(reg,size) argument
85 #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
86 #define CFI_ADJUST_CFA_OFFSET(size) argument
87 #define CFI_DEF_CFA(reg,size) argument
90 #define CFI_REL_OFFSET(reg,size) argument
/art/compiler/utils/
Dstack_checks.h37 static inline bool FrameNeedsStackCheck(size_t size, InstructionSet isa ATTRIBUTE_UNUSED) { in FrameNeedsStackCheck()
Dmanaged_register.h92 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill()
98 ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill()
Dswap_space.cc107 void* SwapSpace::Alloc(size_t size) { in Alloc()
164 void SwapSpace::Free(void* ptr, size_t size) { in Free()
/art/compiler/optimizing/
Dstack_map_test.cc58 size_t size = stream.PrepareForFillIn(); in TEST() local
170 size_t size = stream.PrepareForFillIn(); in TEST() local
424 size_t size = stream.PrepareForFillIn(); in TEST() local
516 size_t size = stream.PrepareForFillIn(); in TEST() local
577 size_t size = stream.PrepareForFillIn(); in TEST() local
626 size_t size = stream.PrepareForFillIn(); in TEST() local
727 size_t size = stream.PrepareForFillIn(); in TEST() local
/art/test/617-clinit-oome/src/
DMain.java23 int size = 256 * 1024 * 1024; in main() local
/art/tools/ahat/src/
DHeapTable.java85 long size = config.getSize(elem, heap); in render() local
116 long size = summary.get(heap); in render() local
DInstanceUtils.java294 public long size; field in InstanceUtils.NativeAllocation
299 public NativeAllocation(long size, Heap heap, long pointer, Instance referent) { in NativeAllocation()
341 Long size = InstanceUtils.getLongField(registry, "size", null); in getNativeAllocation() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc127 void Arm64Assembler::Store(FrameOffset offs, ManagedRegister m_src, size_t size) { in Store()
262 int32_t offset, size_t size) { in Load()
284 void Arm64Assembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) { in Load()
288 void Arm64Assembler::LoadFromThread64(ManagedRegister m_dst, ThreadOffset<8> src, size_t size) { in LoadFromThread64()
328 void Arm64Assembler::Move(ManagedRegister m_dst, ManagedRegister m_src, size_t size) { in Move()
386 ManagedRegister m_scratch, size_t size) { in Copy()
402 ManagedRegister m_scratch, size_t size) { in Copy()
421 ManagedRegister m_scratch, size_t size) { in Copy()
446 ManagedRegister m_scratch, size_t size) { in Copy()
485 void Arm64Assembler::SignExtend(ManagedRegister mreg, size_t size) { in SignExtend()
[all …]
/art/test/413-regalloc-regression/src/
DMain.java19 private int size; field in Main
/art/runtime/
Dmapping_table.h119 uint32_t size = DexToPcSize(); in DexToPcEnd() local
196 uint32_t size = PcToDexSize(); in PcToDexEnd() local
/art/runtime/gc/space/
Dspace_test.h105 void InstallClass(mirror::Object* o, mirror::Class* byte_array_class, size_t size) in InstallClass()
350 #define TEST_SizeFootPrintGrowthLimitAndTrimStatic(name, spaceName, spaceFn, size) \ argument
355 #define TEST_SizeFootPrintGrowthLimitAndTrimRandom(name, spaceName, spaceFn, size) \ argument

123456