![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/loop-analysis.h"#include "src/codegen/tick-counter.h"#include "src/compiler/all-nodes.h"#include "src/compiler/common-operator.h"#include "src/compiler/node-marker.h"#include "src/compiler/node-properties.h"#include "src/compiler/node.h"#include "src/compiler/turbofan-graph.h"#include "src/zone/zone.h"Go to the source code of this file.
Classes | |
| struct | v8::internal::compiler::NodeInfo |
| struct | v8::internal::compiler::TempLoopInfo |
| class | v8::internal::compiler::LoopFinderImpl |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::compiler |
Macros | |
| #define | OFFSET(x) |
| #define | BIT(x) |
| #define | INDEX(x) |
| #define BIT | ( | x | ) |
Definition at line 24 of file loop-analysis.cc.
| #define INDEX | ( | x | ) |
Definition at line 25 of file loop-analysis.cc.
| #define OFFSET | ( | x | ) |
Definition at line 23 of file loop-analysis.cc.