![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/bits.h"
#include "src/base/compiler-specific.h"
#include "src/codegen/register-configuration.h"
#include "src/common/globals.h"
#include "src/compiler/backend/instruction.h"
#include "src/compiler/backend/register-allocation.h"
#include "src/flags/flags.h"
#include "src/utils/ostreams.h"
#include "src/utils/sparse-bit-vector.h"
#include "src/zone/zone-containers.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
Functions | |
std::ostream & | v8::internal::compiler::operator<< (std::ostream &os, const LifetimePosition pos) |
std::ostream & | v8::internal::compiler::operator<< (std::ostream &os, const PrintableLiveRange &printable_range) |
Variables | |
static const int32_t | v8::internal::compiler::kUnassignedRegister = RegisterConfiguration::kMaxRegisters |