Home | History | Annotate | Download | only in arm64

Lines Matching defs:call

23   // Call instructions can use only fixed registers as temporaries and
481 // after the call will try to deoptimize to the point before the call.
482 // Thus we still need to attach environment to this call even if
483 // call sequence can not deoptimize eagerly.
1054 LCallFunction* call = new(zone()) LCallFunction(context, function);
1055 return MarkAsCall(DefineFixed(call, x0), instr);
1061 // The call to CallConstructStub will expect the constructor to be in x1.
1070 // The call to ArrayConstructCode will expect the constructor to be in x1.
1565 // Not marked as call. It can't deoptimize, and it never returns.
2008 // We call a C function for double power. It can't trigger a GC.
2009 // We need to use fixed result register for the call.