Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h430 bool grow) { in IsOutOfMemoryOnAllocation() argument
446 if (grow) { in IsOutOfMemoryOnAllocation()
Dheap.h1057 bool grow,
1073 bool grow);
Dheap.cc4174 bool grow, in AllocWithNewTLAB() argument
4186 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4195 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4211 grow))) { in AllocWithNewTLAB()
4226 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB()
4237 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()