Home
last modified time | relevance | path

Searched refs:kWasmToWasm (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1129 case compiler::WasmImportCallKind::kWasmToWasm: { in ProcessImportedFunction()
1594 if (kind == compiler::WasmImportCallKind::kWasmToWasm || in CompileImportWrappers()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h77 kWasmToWasm, // fast Wasm->Wasm call member in v8::internal::compiler::TrapId::compiler::WasmImportCallKind
H A Dwasm-compiler.cc7801 return {WasmImportCallKind::kWasmToWasm, callable, no_suspender};
8048 DCHECK_NE(WasmImportCallKind::kWasmToWasm, kind);

Completed in 18 milliseconds