Home | History | Annotate | Download | only in quick

Lines Matching refs:fast_path

1756   bool fast_path = method_info.FastPath();
1759 next_call_insn = fast_path ? NextInterfaceCallInsn : NextInterfaceCallInsnWithAccessCheck;
1760 skip_this = fast_path;
1762 if (fast_path) {
1765 next_call_insn = fast_path ? NextSDCallInsn : NextDirectCallInsnSP;
1768 next_call_insn = fast_path ? NextSDCallInsn : NextStaticCallInsnSP;
1771 DCHECK(!fast_path); // Fast path is a direct call.
1776 next_call_insn = fast_path ? NextVCallInsn : NextVCallInsnSP;
1777 skip_this = fast_path;
1800 if (fast_path) {