Home
last modified time | relevance | path

Searched refs:sig_types (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.cc1749 MachineType sig_types[] = {MachineType::Int32(), MachineType::Pointer()}; in BuildBitCountingCall() local
1750 MachineSignature sig(1, 1, sig_types); in BuildBitCountingCall()
1881 MachineType sig_types[] = {MachineType::Pointer()}; in BuildCFuncInstruction() local
1882 MachineSignature sig(0, 1, sig_types); in BuildCFuncInstruction()
1926 MachineType sig_types[] = {MachineType::Pointer()}; in BuildIntToFloatConversionInstruction() local
1927 MachineSignature sig(0, 1, sig_types); in BuildIntToFloatConversionInstruction()
1973 MachineType sig_types[] = {MachineType::Int32(), MachineType::Pointer()}; in BuildCcallConvertFloat() local
1974 MachineSignature sig(1, 1, sig_types); in BuildCcallConvertFloat()
2484 MachineType sig_types[] = {MachineType::Int32(), MachineType::Pointer()}; in BuildDiv64Call() local
2485 MachineSignature sig(1, 1, sig_types); in BuildDiv64Call()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc738 ValueType sig_types[] = {kWasmI32, kWasmI64, kWasmI64}; in EmitDivOrRem64CCall() local
740 FunctionSig sig(1, 2, sig_types); in EmitDivOrRem64CCall()