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