Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h260 UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, alloc_size, kGrow))) { in TryToAllocate()
280 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
291 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, in TryToAllocate()
396 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation() function
Dheap.cc1867 if (!IsOutOfMemoryOnAllocation(allocator, alloc_size, /*grow=*/ false)) { in AllocateInternalWithGc()
4328 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4337 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4351 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, in AllocWithNewTLAB()
4369 if (!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow)) { in AllocWithNewTLAB()
4380 if (LIKELY(!IsOutOfMemoryOnAllocation(allocator_type, alloc_size, grow))) { in AllocWithNewTLAB()
Dheap.h1041 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type,