Lines Matching defs:builtin
321 "within builtin code.");
423 // Hash data sections of builtin code objects.
424 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast;
425 ++builtin) {
426 Code code = FromCodeT(builtins()->code(builtin));
841 // trace. This can be be the first frame (which will be a builtin-exit frame
842 // for the error constructor builtin) or every frame until encountering a
922 bool IsBuiltinFunction(Isolate* isolate, HeapObject object, Builtin builtin) {
925 return function.code() == isolate->builtins()->code(builtin);
2084 // position of the exception handler. The special builtin below will
2122 // For builtin frames we are guaranteed not to find a handler.
3667 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast;
3668 ++builtin) {
3669 Address instruction_start = d.InstructionStartOfBuiltin(builtin);
3672 FromCodeT(builtins->code_handle(builtin), isolate), instruction_start);
3674 // From this point onwards, the old builtin code object is unreachable and
3676 builtins->set_code(builtin, ToCodeT(*trampoline));
4006 // The short builtin calls could still be enabled if allocated code range
4941 Builtin builtin,
4944 embedded_file_writer_->SetBuiltinUnwindData(builtin, unwinding_info);