Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h249 UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, alloc_size, kGrow))) { in TryToAllocate()
269 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
280 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
385 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation() function
Dheap.cc1803 if (!IsOutOfMemoryOnAllocation(allocator, alloc_size, /*grow*/ false)) { in AllocateInternalWithGc()
4209 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4218 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4232 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, in AllocWithNewTLAB()
4250 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB()
4261 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()
Dheap.h944 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type,