Home
last modified time | relevance | path

Searched defs:inliner (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_to_method_inliner_map.cc59 DexFileMethodInliner** inliner = &inliners_[dex_file]; // inserts new entry if not found in GetMethodInliner() local
Dgen_invoke.cc1541 auto* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(dex_file); in GenInvoke() local
1565 DexFileMethodInliner* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner( in GenInvokeNoInline() local
/art/compiler/dex/
Dmir_method_info.cc162 auto* inliner = (target_method.dex_file == dex_file) in Resolve() local
Dmir_optimization.cc1677 DexFileMethodInliner* inliner = in StringChange() local
/art/compiler/optimizing/
Dintrinsics.cc330 DexFileMethodInliner* inliner = driver_->GetMethodInlinerMap()->GetMethodInliner(dex_file_); in Run() local
Dinliner.cc228 HInliner inliner(callee_graph, in TryBuildAndInline() local
Doptimizing_compiler.cc332 HInliner inliner(graph, dex_compilation_unit, dex_compilation_unit, driver, stats); in RunOptimizations() local
/art/compiler/driver/
Dcompiler_driver.cc2524 DexFileMethodInliner* inliner = GetMethodInlinerMap()->GetMethodInliner(dex_file); in IsStringInit() local