Searched refs:IsOutOfMemoryOnAllocation (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 307 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
|
D | heap.cc | 4328 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()
|
D | heap.h | 1103 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type,
|