Searched refs:kLinkError (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-result.cc | 98 Format(kLinkError, format, arguments); in LinkError() 123 case kLinkError: in Reify()
|
D | wasm-result.h | 157 kLinkError, enumerator
|
D | module-instantiate.cc | 1125 case compiler::WasmImportCallKind::kLinkError: in ProcessImportedFunction() 1595 kind == compiler::WasmImportCallKind::kLinkError || in CompileImportWrappers()
|
D | wasm-objects.cc | 1470 DCHECK_NE(compiler::WasmImportCallKind::kLinkError, kind); in ImportWasmJSFunctionIntoTable()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 73 kLinkError, // static Wasm->Wasm type error enumerator
|
D | wasm-compiler.cc | 7795 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()
|