Searched refs:GetCompiledMethodStorage (Results 1 – 3 of 3) sorted by relevance
29 quick_code_(compiler_driver_->GetCompiledMethodStorage()->DeduplicateCode(quick_code)) { in CompiledCode()33 compiler_driver_->GetCompiledMethodStorage()->ReleaseCode(quick_code_); in ~CompiledCode()116 driver->GetCompiledMethodStorage()->DeduplicateSrcMappingTable(src_mapping_table)), in CompiledMethod()117 vmap_table_(driver->GetCompiledMethodStorage()->DeduplicateVMapTable(vmap_table)), in CompiledMethod()118 cfi_info_(driver->GetCompiledMethodStorage()->DeduplicateCFIInfo(cfi_info)), in CompiledMethod()119 patches_(driver->GetCompiledMethodStorage()->DeduplicateLinkerPatches(patches)) { in CompiledMethod()133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()149 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod()155 CompiledMethodStorage* storage = GetCompilerDriver()->GetCompiledMethodStorage(); in ~CompiledMethod()
49 CompiledMethodStorage* storage = driver.GetCompiledMethodStorage(); in TEST()
464 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage() function