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

/art/runtime/gc/
H A Dheap.cc1232 bool was_default_allocator = allocator == GetCurrentAllocator(); local
1245 if (was_default_allocator && allocator != GetCurrentAllocator()) {
1259 if (was_default_allocator && allocator != GetCurrentAllocator()) {
1278 if (was_default_allocator && allocator != GetCurrentAllocator()) {
1307 if (was_default_allocator && allocator != GetCurrentAllocator()) {

Completed in 243 milliseconds