Home
last modified time | relevance | path

Searched refs:GetCompiledMethodStorage (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiled_method.cc29 quick_code_(compiler_driver_->GetCompiledMethodStorage()->DeduplicateCode(quick_code)) { in CompiledCode()
33 compiler_driver_->GetCompiledMethodStorage()->ReleaseCode(quick_code_); in ~CompiledCode()
116 method_info_(driver->GetCompiledMethodStorage()->DeduplicateMethodInfo(method_info)), 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()
/art/compiler/driver/
Dcompiled_method_storage_test.cc44 CompiledMethodStorage* storage = driver.GetCompiledMethodStorage(); in TEST()
Dcompiler_driver.h334 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage() function