Home
last modified time | relevance | path

Searched refs:kLinkError (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc98 Format(kLinkError, format, arguments); in LinkError()
123 case kLinkError: in Reify()
H A Dwasm-result.h157 kLinkError, enumerator
H A Dmodule-instantiate.cc1125 case compiler::WasmImportCallKind::kLinkError: in ProcessImportedFunction()
1595 kind == compiler::WasmImportCallKind::kLinkError || in CompileImportWrappers()
H A Dwasm-objects.cc1470 DCHECK_NE(compiler::WasmImportCallKind::kLinkError, kind); in ImportWasmJSFunctionIntoTable()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h73 kLinkError, // static Wasm->Wasm type error member in v8::internal::compiler::TrapId::compiler::WasmImportCallKind
H A Dwasm-compiler.cc7795 return {WasmImportCallKind::kLinkError, callable, no_suspender};
7816 return {WasmImportCallKind::kLinkError, callable, no_suspender};
7824 return {WasmImportCallKind::kLinkError, callable, no_suspender};
8047 DCHECK_NE(WasmImportCallKind::kLinkError, kind);

Completed in 24 milliseconds