Lines Matching defs:builtin
789 // Invoke the function by calling through JS entry trampoline builtin and
965 Handle<CodeT> builtin = is_construct
968 __ Call(builtin, RelocInfo::CODE_TARGET);
1311 // value lr before the call to this BaselineOutOfLinePrologue builtin.
1556 // or the interpreter tail calling a builtin and then a dispatch.
2005 // Load builtin index (stored as a Smi) and use it to get the builtin start
2007 Register builtin = scratch;
2009 builtin,
2016 __ LoadEntryFromBuiltinIndex(builtin);
2017 __ Jump(builtin);
2494 // Tail-call to the actual Call or Construct builtin.
2803 // Call the [[BoundTargetFunction]] via the Call builtin.
2843 // Check if target is a proxy and call CallProxy external builtin
2848 // builtin
2942 // Construct the [[BoundTargetFunction]] via the Construct builtin.
3251 // Prepare AAPCS64 arguments to pass to the builtin.