Lines Matching defs:builtin
356 // The receiver for the builtin/api call.
923 // Invoke the function by calling through JS entry trampoline builtin.
927 // Invoke the function by calling through JS entry trampoline builtin and
1045 Handle<Code> builtin = is_construct
1048 __ Call(builtin, RelocInfo::CODE_TARGET);
1380 // value lr before the call to this BaselineOutOfLinePrologue builtin.
1631 // or the interpreter tail calling a builtin and then a dispatch.
2002 // Load builtin index (stored as a Smi) and use it to get the builtin start
2005 Register builtin = temps.Acquire();
2006 __ Pop(builtin);
2011 __ LoadEntryFromBuiltinIndex(builtin);
2012 __ Jump(builtin);
2344 // Tail-call to the actual Call or Construct builtin.
2622 // Call the [[BoundTargetFunction]] via the Call builtin.
2662 // Check if target is a proxy and call CallProxy external builtin
2667 // builtin
2759 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2959 // r4: pointer to builtin function
3001 // r15: pointer to builtin function (C callee-saved)