Searched defs:IsOutOfMemoryOnAllocation (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap-inl.h228 UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, alloc_size))) {
248 if (UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type,
258 if (UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type,
300 if (UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, new_tlab_size))) {
332 if (LIKELY(!IsOutOfMemoryOnAllocation<kGrow>(allocator_type, space::RegionSpace::kRegionSize))) {
344 if (!IsOutOfMemoryOnAllocation<kGrow>(allocator_type, alloc_size)) {
355 if (LIKELY(!IsOutOfMemoryOnAllocation<kGrow>(allocator_type, alloc_size))) {
405 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { function in class:art::gc::Heap

Completed in 90 milliseconds