Searched refs:GetMethodInliner (Results 1 – 11 of 11) sorted by relevance
29 method_inliner_map_->GetMethodInliner(ref.dex_file) in MethodVerified()
72 (inliner_map != nullptr) ? inliner_map->GetMethodInliner(dex_file) : nullptr; in Resolve()164 : inliner_map->GetMethodInliner(target_method.dex_file); in Resolve()
1179 cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(cu_->dex_file) in SkipCompilation()
1545 if (cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(target.dex_file) in InlineSpecialMethods()1678 cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(cu_->dex_file); in StringChange()
43 DexFileMethodInliner* GetMethodInliner(const DexFile* dex_file) NO_THREAD_SAFETY_ANALYSIS;
40 DexFileMethodInliner* DexFileToMethodInlinerMap::GetMethodInliner(const DexFile* dex_file) { in GetMethodInliner() function in art::DexFileToMethodInlinerMap
1541 auto* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(dex_file); in GenInvoke()1565 DexFileMethodInliner* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner( in GenInvokeNoInline()
1097 bool special_worked = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(cu_->dex_file) in Materialize()
330 DexFileMethodInliner* inliner = driver_->GetMethodInlinerMap()->GetMethodInliner(dex_file_); in Run()
1075 cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(method_ref.dex_file); in AnalyzeInvokeStaticIntrinsic()
2524 DexFileMethodInliner* inliner = GetMethodInlinerMap()->GetMethodInliner(dex_file); in IsStringInit()