Lines Matching defs:call
23 // Call instructions can use only fixed registers as temporaries and
589 // after the call will try to deoptimize to the point before the call.
590 // Thus we still need to attach environment to this call even if
591 // call sequence can not deoptimize eagerly.
1103 // Not marked as call. It can't deoptimize, and it never returns.
1240 LCallFunction* call = new(zone()) LCallFunction(context, function);
1241 return MarkAsCall(DefineFixed(call, r0), instr);
1683 // We call a C function for double power. It can't trigger a GC.
1684 // We need to use fixed result register for the call.