Lines Matching defs:call
25 // Call instructions can use only fixed registers as temporaries and
596 // after the call will try to deoptimize to the point before the call.
597 // Thus we still need to attach environment to this call even if
598 // call sequence can not deoptimize eagerly.
732 // We call a C function for double modulo. It can't trigger a GC. We need
733 // to use fixed result register for the call.
1108 // Not marked as call. It can't deoptimize, and it never returns.
1248 LCallFunction* call = new(zone()) LCallFunction(context, function);
1249 return MarkAsCall(DefineFixed(call, v0), instr);
1632 // We call a C function for double power. It can't trigger a GC.
1633 // We need to use fixed result register for the call.