![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/backend/jump-threading.h"#include "src/compiler/backend/code-generator-impl.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::compiler |
Macros | |
| #define | TRACE(...) |
| #define TRACE | ( | ... | ) |
Definition at line 12 of file jump-threading.cc.
| RpoNumber block |
Definition at line 62 of file jump-threading.cc.
| bool forwarded |
Definition at line 20 of file jump-threading.cc.
| ZoneUnorderedMap<RpoNumber, ZoneVector<Record>, RpoNumberHash> gap_jump_records_ |
Definition at line 121 of file jump-threading.cc.
| Instruction* instr |
Definition at line 63 of file jump-threading.cc.
| ZoneVector<RpoNumber>& result |
Definition at line 21 of file jump-threading.cc.
| ZoneStack<RpoNumber>& stack |
Definition at line 22 of file jump-threading.cc.
| Zone* zone_ |
Definition at line 119 of file jump-threading.cc.