Home
last modified time | relevance | path

Searched refs:clifInput (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmCraneliftCompile.cpp477 CraneliftFuncCompileInput clifInput(func); in CraneliftCompileFunctions() local
478 clifInput.stackmaps = (BD_Stackmaps*)&code->stackMaps; in CraneliftCompileFunctions()
482 if (!cranelift_compile_function(*compiler, &clifInput, &clifFunc)) { in CraneliftCompileFunctions()
483 *error = JS_smprintf("Cranelift error in clifFunc #%u", clifInput.index); in CraneliftCompileFunctions()
488 const FuncTypeWithId& funcType = *env.funcTypes[clifInput.index]; in CraneliftCompileFunctions()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCraneliftCompile.cpp557 CraneliftFuncCompileInput clifInput(func); in CraneliftCompileFunctions() local
558 clifInput.stackmaps = (BD_Stackmaps*)&code->stackMaps; in CraneliftCompileFunctions()
563 if (!cranelift_compile_function(*compiler, &clifInput, &clifFunc, in CraneliftCompileFunctions()
571 const FuncType& funcType = *moduleEnv.funcs[clifInput.index].type; in CraneliftCompileFunctions()
572 const TypeIdDesc& funcTypeId = *moduleEnv.funcs[clifInput.index].typeId; in CraneliftCompileFunctions()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCraneliftCompile.cpp566 CraneliftFuncCompileInput clifInput(func); in CraneliftCompileFunctions() local
567 clifInput.stackmaps = (BD_Stackmaps*)&code->stackMaps; in CraneliftCompileFunctions()
572 if (!cranelift_compile_function(*compiler, &clifInput, &clifFunc, in CraneliftCompileFunctions()
580 const FuncType& funcType = *moduleEnv.funcs[clifInput.index].type; in CraneliftCompileFunctions()
581 const TypeIdDesc& funcTypeId = *moduleEnv.funcs[clifInput.index].typeId; in CraneliftCompileFunctions()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCraneliftCompile.cpp557 CraneliftFuncCompileInput clifInput(func); in CraneliftCompileFunctions() local
558 clifInput.stackmaps = (BD_Stackmaps*)&code->stackMaps; in CraneliftCompileFunctions()
563 if (!cranelift_compile_function(*compiler, &clifInput, &clifFunc, in CraneliftCompileFunctions()
571 const FuncType& funcType = *moduleEnv.funcs[clifInput.index].type; in CraneliftCompileFunctions()
572 const TypeIdDesc& funcTypeId = *moduleEnv.funcs[clifInput.index].typeId; in CraneliftCompileFunctions()