Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h293 UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, alloc_size, kGrow))) { in TryToAllocate()
313 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
324 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
428 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation() function
Dheap.cc4186 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4195 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4209 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, in AllocWithNewTLAB()
4226 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB()
4237 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()
Dheap.h1071 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type,