Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h35 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
Dquick_alloc_entrypoints.cc207 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) { in SetQuickAllocEntryPointsAllocator() function
/art/runtime/gc/
Dheap.cc822 SetQuickAllocEntryPointsAllocator(current_allocator_); in ChangeAllocator()