Lines Matching defs:builtin
142 // The receiver for the builtin/api call.
450 // Invoke the function by calling through JS entry trampoline builtin and
551 Handle<Code> builtin = is_construct
554 __ Call(builtin, RelocInfo::CODE_TARGET);
1215 // or the interpreter tail calling a builtin and then a dispatch.
1805 // the call to this builtin.
1843 // Replace the builtin index Smi on the stack with the start address of the
1844 // builtin loaded from the builtins table. The ret below will return to this
2188 // -- esi : context for the Call / Construct builtin
2269 // Tail-call to the actual Call or Construct builtin.
2284 // -- esi : context for the Call / Construct builtin
2326 // -- xmm0 : context for the Call / Construct builtin
2574 // Call the [[BoundTargetFunction]] via the Call builtin.
2612 // Check if target is a proxy and call CallProxy external builtin
2619 // Call CallProxy external builtin
2625 // builtin
2721 // Construct the [[BoundTargetFunction]] via the Construct builtin.