![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "hydrogen-check-elimination.h"#include "hydrogen-alias-analysis.h"#include "hydrogen-flow-engine.h"
Go to the source code of this file.
Data Structures | |
| struct | HCheckTableEntry |
| class | HCheckTable |
| class | HCheckMapsEffects |
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | GLOBAL 1 |
| #define | INC_STAT(x) |
| #define | TRACE(x) if (FLAG_trace_check_elimination) PrintF x |
| #define | PRINT_STAT(x) |
Typedefs | |
| typedef UniqueSet< Map > * | MapSet |
| #define GLOBAL 1 |
Definition at line 32 of file hydrogen-check-elimination.cc.
Referenced by JSRegExp::Flags::is_global(), and HCheckEliminationPhase::Run().
| #define INC_STAT | ( | x | ) |
Definition at line 38 of file hydrogen-check-elimination.cc.
| #define PRINT_STAT | ( | x | ) |
| #define TRACE | ( | x | ) | if (FLAG_trace_check_elimination) PrintF x |
Definition at line 42 of file hydrogen-check-elimination.cc.