Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()
149 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod()
/art/compiler/driver/
Dcompiled_method_storage.h48 SwapAllocator<void> GetSwapSpaceAllocator() { in GetSwapSpaceAllocator() function