Home
last modified time | relevance | path

Searched refs:after_is_current_allocator (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap-inl.h95 bool after_is_current_allocator = allocator == GetCurrentAllocator(); in AllocObjectWithAllocator() local
98 if (!self->IsExceptionPending() && is_current_allocator && !after_is_current_allocator) { in AllocObjectWithAllocator()