HomeSort by relevance Sort by last modified time
    Searched refs:IsOutOfMemoryOnAllocation (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/
heap-inl.h 228 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) {
heap.h 776 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size);
    [all...]
heap.cc     [all...]

Completed in 1013 milliseconds