Home
last modified time | relevance | path

Searched refs:GetMethodInliner (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/
Dquick_compiler_callbacks.cc29 method_inliner_map_->GetMethodInliner(ref.dex_file) in MethodVerified()
Dmir_method_info.cc72 (inliner_map != nullptr) ? inliner_map->GetMethodInliner(dex_file) : nullptr; in Resolve()
164 : inliner_map->GetMethodInliner(target_method.dex_file); in Resolve()
Dmir_analysis.cc1179 cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(cu_->dex_file) in SkipCompilation()
Dmir_optimization.cc1545 if (cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(target.dex_file) in InlineSpecialMethods()
1678 cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(cu_->dex_file); in StringChange()
/art/compiler/dex/quick/
Ddex_file_to_method_inliner_map.h43 DexFileMethodInliner* GetMethodInliner(const DexFile* dex_file) NO_THREAD_SAFETY_ANALYSIS;
Ddex_file_to_method_inliner_map.cc40 DexFileMethodInliner* DexFileToMethodInlinerMap::GetMethodInliner(const DexFile* dex_file) { in GetMethodInliner() function in art::DexFileToMethodInlinerMap
Dgen_invoke.cc1541 auto* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(dex_file); in GenInvoke()
1565 DexFileMethodInliner* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner( in GenInvokeNoInline()
Dcodegen_util.cc1097 bool special_worked = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(cu_->dex_file) in Materialize()
/art/compiler/optimizing/
Dintrinsics.cc330 DexFileMethodInliner* inliner = driver_->GetMethodInlinerMap()->GetMethodInliner(dex_file_); in Run()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1075 cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(method_ref.dex_file); in AnalyzeInvokeStaticIntrinsic()
/art/compiler/driver/
Dcompiler_driver.cc2524 DexFileMethodInliner* inliner = GetMethodInlinerMap()->GetMethodInliner(dex_file); in IsStringInit()