Home | History | Annotate | Download | only in quick

Lines Matching defs:fast_path

1373   bool fast_path =
1381 if (fast_path) {
1384 next_call_insn = fast_path ? NextInterfaceCallInsn : NextInterfaceCallInsnWithAccessCheck;
1387 if (fast_path) {
1390 next_call_insn = fast_path ? NextSDCallInsn : NextDirectCallInsnSP;
1393 next_call_insn = fast_path ? NextSDCallInsn : NextStaticCallInsnSP;
1396 DCHECK(!fast_path); // Fast path is a direct call.
1401 next_call_insn = fast_path ? NextVCallInsn : NextVCallInsnSP;
1402 skip_this = fast_path;
1425 if (fast_path && info->type != kInterface) {
1432 trampoline = fast_path ? QUICK_ENTRYPOINT_OFFSET(pInvokeInterfaceTrampoline)