Searched refs:grow (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 447 bool grow) { in IsOutOfMemoryOnAllocation() argument 463 if (grow) { in IsOutOfMemoryOnAllocation()
|
D | heap.h | 1150 bool grow, 1166 bool grow);
|
D | heap.cc | 4543 bool grow, in AllocWithNewTLAB() argument 4564 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB() 4582 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB() 4600 grow))) { in AllocWithNewTLAB() 4625 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB() 4640 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()
|
/art/runtime/ |
D | monitor_inflation.md | 38 demand. By making the rows grow exponentially in size, and keeping a free list of recycled
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1702 Ljava/io/ByteArrayOutputStream;->grow(I)V 1719 Ljava/io/Console;->grow()[C 1861 Ljava/io/ObjectInputStream$HandleTable;->grow()V 1988 Ljava/io/ObjectOutputStream$ReplaceTable;->grow()V 6062 Ljava/util/ArrayList;->grow(I)V 8086 Ljava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue;->grow()V 9393 Ljava/util/PriorityQueue;->grow(I)V 10495 Ljava/util/Vector;->grow(I)V
|
/art/build/boot/ |
D | boot-image-profile.txt | 1191 HSPLjava/io/ByteArrayOutputStream;->grow(I)V 1409 HSPLjava/io/ObjectInputStream$HandleTable;->grow()V 4882 HSPLjava/util/ArrayDeque;->grow(I)V 4963 HSPLjava/util/ArrayList;->grow()[Ljava/lang/Object; 4964 HSPLjava/util/ArrayList;->grow(I)[Ljava/lang/Object; 6115 HSPLjava/util/PriorityQueue;->grow(I)V 6966 HSPLjava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue;->grow()V
|