Home
last modified time | relevance | path

Searched refs:FastPath (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/
Dmir_method_info.h126 bool FastPath() const { in FastPath() function
Dmir_optimization.cc1212 if (method_info.FastPath() && !method_info.IsReferrersClass()) { in EliminateClassInitChecksGate()
1526 if (!method_info.FastPath() || !method_info.IsSpecial()) { in InlineSpecialMethods()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc583 if (method_info.FastPath() && Arm64UseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()
/art/compiler/dex/quick/arm/
Dcall_arm.cc751 if (method_info.FastPath() && ArmUseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()
/art/compiler/dex/quick/
Dralloc_util.cc1205 } else if (!info.FastPath() || (sharp_type != kStatic && sharp_type != kDirect)) { in AnalyzeMIR()
Dgen_invoke.cc1575 bool fast_path = method_info.FastPath(); in GenInvokeNoInline()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1024 if (method_info.FastPath()) { in GenCallInsn()