![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/basic-block-instrumentor.h"
#include <sstream>
#include "src/codegen/optimized-compilation-info.h"
#include "src/compiler/common-operator.h"
#include "src/compiler/linkage.h"
#include "src/compiler/machine-operator.h"
#include "src/compiler/node.h"
#include "src/compiler/operator-properties.h"
#include "src/compiler/schedule.h"
#include "src/compiler/turbofan-graph.h"
#include "src/compiler/turboshaft/graph.h"
#include "src/compiler/turboshaft/operation-matcher.h"
#include "src/compiler/turboshaft/operations.h"
#include "src/objects/objects-inl.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
Functions | |
static NodeVector::iterator | v8::internal::compiler::FindInsertionPoint (BasicBlock *block) |
static const Operator * | v8::internal::compiler::IntPtrConstant (CommonOperatorBuilder *common, intptr_t value) |
static const Operator * | v8::internal::compiler::PointerConstant (CommonOperatorBuilder *common, const void *ptr) |
bool | v8::internal::compiler::IsBuiltinCall (const turboshaft::Operation &op, const turboshaft::Graph &graph, Builtin *called_builtin) |