Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc36 compiler_driver_->GetSwapSpaceAllocator()); in SetCode()
140 patches_(patches.begin(), patches.end(), driver->GetSwapSpaceAllocator()) { in CompiledMethod()
143 src_mapping_table_ = new SwapSrcMap(driver->GetSwapSpaceAllocator()); in CompiledMethod()
146 driver->GetSwapSpaceAllocator()); in CompiledMethod()
150 driver->GetSwapSpaceAllocator()); in CompiledMethod()
152 driver->GetSwapSpaceAllocator()); in CompiledMethod()
155 driver->GetSwapSpaceAllocator()); in CompiledMethod()
157 new SwapVector<uint8_t>(cfi_info.begin(), cfi_info.end(), driver->GetSwapSpaceAllocator()); in CompiledMethod()
183 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()
194 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod()
/art/compiler/driver/
Dcompiler_driver.h393 SwapAllocator<void>& GetSwapSpaceAllocator() { in GetSwapSpaceAllocator() function