Lines Matching defs:wasm
5 #include "src/wasm/function-compiler.h"
12 #include "src/compiler/wasm-compiler.h"
17 #include "src/wasm/baseline/liftoff-compiler.h"
18 #include "src/wasm/wasm-code-manager.h"
19 #include "src/wasm/wasm-debug.h"
20 #include "src/wasm/wasm-engine.h"
24 namespace wasm {
67 static_cast<int>(sig->parameter_count()), wasm::kNoSuspend);
76 wasm::FunctionBody func_body{func->sig, func->code.offset(), code.begin(),
84 counters, env->module->origin, wasm, huge_function_size_bytes);
96 PrintF("Compiling wasm function %d with %s\n", func_index_,
107 // The --wasm-tier-mask-for-testing flag can force functions to be
108 // compiled with TurboFan, and the --wasm-debug-mask-for-testing can force
136 // TODO(wasm): We could actually stop or remove the tiering unit for this
187 if (ret.heap_representation() != wasm::HeapType::kAny &&
188 ret.heap_representation() != wasm::HeapType::kFunc) {
197 type.heap_representation() == wasm::HeapType::kAny)) {
225 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("v8.wasm.detailed"),
226 "wasm.CompileJSToWasmWrapper");
277 } // namespace wasm