Home | History | Annotate | Download | only in x64

Lines Matching defs:call

50   // Call instructions can use only fixed registers as temporaries and
653 // after the call will try to deoptimize to the point before the call.
654 // Thus we still need to attach environment to this call even if
655 // call sequence can not deoptimize eagerly.
1327 LCallFunction* call = new(zone()) LCallFunction(context, function);
1328 LInstruction* result = DefineFixed(call, rax);
1608 // We call a C function for double power. It can't trigger a GC.
1609 // We need to use fixed result register for the call.