Searched refs:IsJSCompatibleSignature (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.cc | 36 bool IsJSCompatibleSignature(const FunctionSig* sig, const WasmModule* module, in IsJSCompatibleSignature() function
|
H A D | wasm-opcodes.h | 29 bool V8_EXPORT_PRIVATE IsJSCompatibleSignature(const FunctionSig* sig,
|
H A D | module-compiler.cc | 1646 if (!IsJSCompatibleSignature(sig, native_module->module(), in AddImportWrapperUnits()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 6476 // If this is reached, then IsJSCompatibleSignature() is too 6487 // If this is reached, then IsJSCompatibleSignature() is too permissive. 6632 // If this is reached, then IsJSCompatibleSignature() is too 6657 // If this is reached, then IsJSCompatibleSignature() is too permissive. 6945 if (!wasm::IsJSCompatibleSignature(sig_, module_, enabled_features_)) { 7474 if (!wasm::IsJSCompatibleSignature(sig_, module_, enabled_features_)) { 7829 if (!wasm::IsJSCompatibleSignature(expected_sig, module, enabled_features)) {
|
Completed in 20 milliseconds