Searched refs:grow (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 446 bool grow) { in IsOutOfMemoryOnAllocation() argument 462 if (grow) { in IsOutOfMemoryOnAllocation()
|
D | heap.h | 1115 bool grow, 1131 bool grow);
|
D | heap.cc | 4473 bool grow, in AllocWithNewTLAB() argument 4494 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB() 4513 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB() 4532 grow))) { in AllocWithNewTLAB() 4557 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB() 4570 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()
|
/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 | 1271 HSPLjava/io/ByteArrayOutputStream;->grow(I)V 1489 HSPLjava/io/ObjectInputStream$HandleTable;->grow()V 4931 HSPLjava/util/ArrayDeque;->grow(I)V 5012 HSPLjava/util/ArrayList;->grow()[Ljava/lang/Object; 5013 HSPLjava/util/ArrayList;->grow(I)[Ljava/lang/Object; 6141 HSPLjava/util/PriorityQueue;->grow(I)V 7001 HSPLjava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue;->grow()V
|