Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h393 bool grow) { in IsOutOfMemoryOnAllocation() argument
400 if (!grow) { in IsOutOfMemoryOnAllocation()
Dheap.h934 bool grow,
945 bool grow);
Dheap.cc4056 bool grow, in AllocWithNewTLAB() argument
4069 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4078 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4094 grow))) { in AllocWithNewTLAB()
4110 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB()
4121 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()