#include "hydrogen.h"
#include "hydrogen-gvn.h"
#include "v8.h"
Go to the source code of this file.
|
#define | TRACE_GVN_1(msg, a1) |
|
#define | TRACE_GVN_2(msg, a1, a2) |
|
#define | TRACE_GVN_3(msg, a1, a2, a3) |
|
#define | TRACE_GVN_4(msg, a1, a2, a3, a4) |
|
#define | TRACE_GVN_5(msg, a1, a2, a3, a4, a5) |
|
#define | DECLARE_FLAG(Type) |
|
#define DECLARE_FLAG |
( |
|
Type | ) |
|
Value:
break;
TypeImpl< ZoneTypeConfig > Type
#define TRACE_GVN_1 |
( |
|
msg, |
|
|
|
a1 |
|
) |
| |
Value:
}
void TraceGVN(const char *msg,...)
Definition at line 131 of file hydrogen-gvn.cc.
#define TRACE_GVN_2 |
( |
|
msg, |
|
|
|
a1, |
|
|
|
a2 |
|
) |
| |
Value:
}
void TraceGVN(const char *msg,...)
Definition at line 136 of file hydrogen-gvn.cc.
#define TRACE_GVN_3 |
( |
|
msg, |
|
|
|
a1, |
|
|
|
a2, |
|
|
|
a3 |
|
) |
| |
Value:
}
void TraceGVN(const char *msg,...)
Definition at line 141 of file hydrogen-gvn.cc.
#define TRACE_GVN_4 |
( |
|
msg, |
|
|
|
a1, |
|
|
|
a2, |
|
|
|
a3, |
|
|
|
a4 |
|
) |
| |
Value:
}
void TraceGVN(const char *msg,...)
Definition at line 146 of file hydrogen-gvn.cc.
#define TRACE_GVN_5 |
( |
|
msg, |
|
|
|
a1, |
|
|
|
a2, |
|
|
|
a3, |
|
|
|
a4, |
|
|
|
a5 |
|
) |
| |
Value:
}
void TraceGVN(const char *msg,...)
Definition at line 151 of file hydrogen-gvn.cc.