Lines Matching defs:builtin
398 // The receiver for the builtin/api call.
924 // Invoke the function by calling through JS entry trampoline builtin.
928 // Invoke the function by calling through JS entry trampoline builtin and
1080 Handle<Code> builtin = is_construct
1083 __ Call(builtin, RelocInfo::CODE_TARGET);
1412 // value lr before the call to this BaselineOutOfLinePrologue builtin.
1658 // or the interpreter tail calling a builtin and then a dispatch.
2056 // Load builtin index (stored as a Smi) and use it to get the builtin start
2059 Register builtin = temps.Acquire();
2060 __ Pop(builtin);
2065 __ LoadEntryFromBuiltinIndex(builtin);
2066 __ Jump(builtin);
2391 // Tail-call to the actual Call or Construct builtin.
2668 // Call the [[BoundTargetFunction]] via the Call builtin.
2708 // Check if target is a proxy and call CallProxy external builtin
2713 // builtin
2804 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2994 // r3: pointer to builtin function
3040 // r7: pointer to builtin function (C callee-saved)