Home
last modified time | relevance | path

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

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