Searched refs:grow (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 444 bool grow) { in IsOutOfMemoryOnAllocation() argument 460 if (grow) { in IsOutOfMemoryOnAllocation()
|
D | heap.h | 1089 bool grow, 1105 bool grow);
|
D | heap.cc | 4307 bool grow, in AllocWithNewTLAB() argument 4328 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB() 4342 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB() 4361 grow))) { in AllocWithNewTLAB() 4386 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB() 4399 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1703 Ljava/io/ByteArrayOutputStream;->grow(I)V 1720 Ljava/io/Console;->grow()[C 1862 Ljava/io/ObjectInputStream$HandleTable;->grow()V 1989 Ljava/io/ObjectOutputStream$ReplaceTable;->grow()V 6063 Ljava/util/ArrayList;->grow(I)V 8087 Ljava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue;->grow()V 9394 Ljava/util/PriorityQueue;->grow(I)V 10496 Ljava/util/Vector;->grow(I)V
|
/art/build/boot/ |
D | boot-image-profile.txt | 1208 HSPLjava/io/ByteArrayOutputStream;->grow(I)V 1424 HSPLjava/io/ObjectInputStream$HandleTable;->grow()V 4819 HSPLjava/util/ArrayList;->grow(I)V 5872 HSPLjava/util/PriorityQueue;->grow(I)V 6299 HSPLjava/util/Vector;->grow(I)V 6718 HSPLjava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue;->grow()V
|