v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
assembler.cc
Go to the documentation of this file.
1
// Copyright 2022 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
src/compiler/turboshaft/assembler.h
"
6
7
#include "
src/builtins/builtins.h
"
8
#include "
src/execution/isolate.h
"
9
10
namespace
v8::internal::compiler::turboshaft
{
11
12
Handle<Code>
BuiltinCodeHandle
(
Builtin
builtin,
Isolate
* isolate) {
13
return
isolate->builtins()->code_handle(builtin);
14
}
15
16
}
// namespace v8::internal::compiler::turboshaft
builtins.h
v8::internal::Handle
Definition
handles.h:149
v8::internal::Isolate
Definition
isolate.h:586
assembler.h
isolate.h
v8::internal::compiler::turboshaft
Definition
builtins.h:33
v8::internal::compiler::turboshaft::BuiltinCodeHandle
Handle< Code > BuiltinCodeHandle(Builtin builtin, Isolate *isolate)
Definition
assembler.cc:12
v8::internal::Builtin
Builtin
Definition
builtins.h:48
src
compiler
turboshaft
assembler.cc
Generated on Sun Apr 6 2025 21:08:50 for v8 by
1.12.0