Searched refs:FastPath (Results 1 – 7 of 7) sorted by relevance
126 bool FastPath() const { in FastPath() function
1212 if (method_info.FastPath() && !method_info.IsReferrersClass()) { in EliminateClassInitChecksGate()1526 if (!method_info.FastPath() || !method_info.IsSpecial()) { in InlineSpecialMethods()
583 if (method_info.FastPath() && Arm64UseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()
751 if (method_info.FastPath() && ArmUseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()
1205 } else if (!info.FastPath() || (sharp_type != kStatic && sharp_type != kDirect)) { in AnalyzeMIR()
1575 bool fast_path = method_info.FastPath(); in GenInvokeNoInline()
1024 if (method_info.FastPath()) { in GenCallInsn()