Searched defs:was_default_allocator (Results 1 - 1 of 1) sorted by path

/art/runtime/gc/
H A Dheap.cc1579 bool was_default_allocator = allocator == GetCurrentAllocator(); local
1590 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1606 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1626 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1656 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1674 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1723 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||

Completed in 63 milliseconds