![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/codegen/loong64/constants-loong64.h"#include "src/codegen/register-arch.h"#include "src/codegen/reglist-base.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| v8::internal::ASSERT_TRIVIALLY_COPYABLE (RegList) | |
| v8::internal::ASSERT_TRIVIALLY_COPYABLE (DoubleRegList) | |
Variables | |
| const DoubleRegList | v8::internal::kCalleeSavedFPU = {f24, f25, f26, f27, f28, f29, f30, f31} |
| const int | v8::internal::kNumCalleeSavedFPU = 8 |
| const DoubleRegList | v8::internal::kCallerSavedFPU |