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