Lines Matching defs:builtin
599 Builtin builtin = OffHeapInstructionStream::TryLookupCode(isolate, addr);
600 if (!Builtins::IsBuiltinId(builtin)) return false;
602 switch (builtin) {
777 // been removed from the stack by the DeoptimizationEntry builtin, so the
932 // Get the dispatch builtin for unoptimized frames.
989 // For interpreted frames, the PC will be a special builtin that
993 // For baseline frames, the PC will be a builtin to convert the interpreter
1180 // {NotifyDeoptimized} builtin pops it off the topmost frame (possibly
1214 // authenticated at the end of the DeoptimizationEntry builtin.
1447 // authenticated at the end of the DeoptimizationEntry builtin.
1564 // to a builtin, including both input register values and stack parameters. When
1567 // calls to the actual target builtin, making it appear that the stub had been
1586 // | builtin param 0 |<- FrameState input value n becomes
1590 // | builtin param m |<- FrameState input value n+m-1, or in
1600 // | JSFunction (or zero) |<- only if JavaScript builtin
1606 // | builtin index |
1608 // | builtin input GPR reg0 |<- populated from deopt FrameState using
1609 // +-------------------------+ the builtin's CallInterfaceDescriptor
1611 // +-------------------------+ the builtin's n input register params.
1612 // | builtin input GPR regn |
1645 Builtin builtin = Builtins::GetBuiltinFromBytecodeOffset(bytecode_offset);
1647 Builtins::CallInterfaceDescriptorFor(builtin);
1689 Builtins::name(builtin), register_parameter_count,
1719 Builtins::CallInterfaceDescriptorFor(builtin).GetStackArgumentOrder(),
1737 // JavaScript builtin.
1776 // its register must be explicitly set when continuing to the builtin. Make
1816 "context (builtin continuation sentinel)\n");
1832 "builtin JavaScript context\n");
1834 // The builtin to continue to.
1835 frame_writer.PushRawObject(Smi::FromInt(static_cast<int>(builtin)),
1836 "builtin index\n");
1851 SNPrintF(str, "builtin register argument %s\n",
1895 // Ensure the frame pointer register points to the callee's frame. The builtin
1908 // authenticated at the end of the DeoptimizationEntry builtin.