Home
last modified time | relevance | path

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

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