v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
wasm-in-js-inlining-reducer-inl.h File Reference
Include dependency graph for wasm-in-js-inlining-reducer-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::compiler::turboshaft::WasmInJSInliningReducer< Next >
 
class  v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >
 
struct  v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >::Value
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 
namespace  v8::internal::compiler::turboshaft
 

Macros

#define TRACE(x)
 

Macro Definition Documentation

◆ TRACE

#define TRACE ( x)
Value:
do { \
if (v8_flags.trace_turbo_inlining) { \
StdoutStream() << x << std::endl; \
} \
} while (false)
int x

Definition at line 31 of file wasm-in-js-inlining-reducer-inl.h.