Searched refs:sig_types (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 2225 MachineType sig_types[] = {MachineType::Int32(), MachineType::Pointer()}; in BuildBitCountingCall() local 2226 MachineSignature sig(1, 1, sig_types); in BuildBitCountingCall() 2346 MachineType sig_types[] = {MachineType::Pointer()}; in BuildCFuncInstruction() local 2347 MachineSignature sig(0, 1, sig_types); in BuildCFuncInstruction() 2389 MachineType sig_types[] = {MachineType::Pointer()}; in BuildIntToFloatConversionInstruction() local 2390 MachineSignature sig(0, 1, sig_types); in BuildIntToFloatConversionInstruction() 2432 MachineType sig_types[] = {MachineType::Int32(), MachineType::Pointer()}; in BuildCcallConvertFloat() local 2433 MachineSignature sig(1, 1, sig_types); in BuildCcallConvertFloat() 2961 MachineType sig_types[] = {MachineType::Int32(), MachineType::Pointer()}; in BuildDiv64Call() local 2962 MachineSignature sig(1, 1, sig_types); in BuildDiv64Call() [all...] |
Completed in 10 milliseconds