![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <optional>
#include "src/base/compiler-specific.h"
#include "src/base/flags.h"
#include "src/codegen/interface-descriptors.h"
#include "src/codegen/linkage-location.h"
#include "src/codegen/machine-type.h"
#include "src/codegen/register.h"
#include "src/codegen/reglist.h"
#include "src/codegen/signature.h"
#include "src/common/globals.h"
#include "src/compiler/frame.h"
#include "src/compiler/globals.h"
#include "src/compiler/operator.h"
#include "src/execution/encoded-c-signature.h"
#include "src/runtime/runtime.h"
#include "src/zone/zone.h"
Go to the source code of this file.
Classes | |
class | v8::internal::compiler::CallDescriptor |
class | v8::internal::compiler::Linkage |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
Functions | |
std::ostream & | v8::internal::compiler::operator<< (std::ostream &os, const CallDescriptor &d) |
std::ostream & | v8::internal::compiler::operator<< (std::ostream &os, const CallDescriptor::Kind &k) |
Variables | |
constexpr RegList | v8::internal::compiler::kNoCalleeSaved |
constexpr DoubleRegList | v8::internal::compiler::kNoCalleeSavedFp |