Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h307 UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, alloc_size, kGrow))) { in TryToAllocate()
327 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
338 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
442 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation() function
Dheap.cc4328 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4342 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4359 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, in AllocWithNewTLAB()
4386 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB()
4399 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()
Dheap.h1103 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type,