V8 Project
|
#include "src/hydrogen-check-elimination.h"
#include "src/hydrogen-alias-analysis.h"
#include "src/hydrogen-flow-engine.h"
Go to the source code of this file.
Classes | |
struct | v8::internal::HCheckTableEntry |
class | v8::internal::HCheckTable |
class | v8::internal::HCheckMapsEffects |
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
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 const UniqueSet< Map > * | v8::internal::MapSet |
#define GLOBAL 1 |
Definition at line 10 of file hydrogen-check-elimination.cc.
#define INC_STAT | ( | x | ) |
Definition at line 16 of file hydrogen-check-elimination.cc.
#define PRINT_STAT | ( | x | ) |
#define TRACE | ( | x | ) | if (FLAG_trace_check_elimination) PrintF x |
Definition at line 20 of file hydrogen-check-elimination.cc.