Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap-inl.h395 bool grow) { in IsOutOfMemoryOnAllocation() argument
402 if (!grow) { in IsOutOfMemoryOnAllocation()
Dheap.h944 bool grow,
955 bool grow);
Dheap.cc4022 bool grow, in AllocWithNewTLAB() argument
4035 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4044 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4060 grow))) { in AllocWithNewTLAB()
4076 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB()
4087 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()