Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc208 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()
221 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()
229 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod()
/art/compiler/driver/
Dcompiler_driver.h389 SwapAllocator<void>& GetSwapSpaceAllocator() { in GetSwapSpaceAllocator() function