Lines Matching defs:fast_path
1374 bool fast_path =
1382 if (fast_path) {
1385 next_call_insn = fast_path ? NextInterfaceCallInsn : NextInterfaceCallInsnWithAccessCheck;
1388 if (fast_path) {
1391 next_call_insn = fast_path ? NextSDCallInsn : NextDirectCallInsnSP;
1394 next_call_insn = fast_path ? NextSDCallInsn : NextStaticCallInsnSP;
1397 DCHECK(!fast_path); // Fast path is a direct call.
1402 next_call_insn = fast_path ? NextVCallInsn : NextVCallInsnSP;
1403 skip_this = fast_path;
1426 if (fast_path && info->type != kInterface) {
1433 trampoline = fast_path ? QUICK_ENTRYPOINT_OFFSET(pInvokeInterfaceTrampoline)