Searched refs:GetSwapSpaceAllocator (Results 1 – 2 of 2) sorted by relevance
36 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()
393 SwapAllocator<void>& GetSwapSpaceAllocator() { in GetSwapSpaceAllocator() function