v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
maglev-phi-representation-selector.cc File Reference
Include dependency graph for maglev-phi-representation-selector.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::maglev
 

Macros

#define TRACE_UNTAGGING(...)
 
#define TRACE_INPUT_LABEL
 

Macro Definition Documentation

◆ TRACE_INPUT_LABEL

#define TRACE_INPUT_LABEL
Value:
" @ Input " << input_index << " (" \
<< PrintNodeLabel(graph_labeller(), input) << ")"

◆ TRACE_UNTAGGING

#define TRACE_UNTAGGING ( ...)
Value:
do { \
if (v8_flags.trace_maglev_phi_untagging) { \
StdoutStream{} << __VA_ARGS__ << std::endl; \
} \
} while (false)

Definition at line 23 of file maglev-phi-representation-selector.cc.