Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc116 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()
129 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod()
/art/compiler/driver/
Dcompiled_method_storage.h50 SwapAllocator<void> GetSwapSpaceAllocator() { in GetSwapSpaceAllocator() function