D | instruction-selector.cc | 131 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() function in v8::internal::compiler::InstructionSelector 136 return Emit(opcode, output_count, &output, 0, nullptr, temp_count, temps); in Emit() 140 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() function in v8::internal::compiler::InstructionSelector 145 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps); in Emit() 149 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() function in v8::internal::compiler::InstructionSelector 157 return Emit(opcode, output_count, &output, input_count, inputs, temp_count, in Emit() 162 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() function in v8::internal::compiler::InstructionSelector 171 return Emit(opcode, output_count, &output, input_count, inputs, temp_count, in Emit() 176 Instruction* InstructionSelector::Emit( in Emit() function in v8::internal::compiler::InstructionSelector 183 return Emit(opcode, output_count, &output, input_count, inputs, temp_count, in Emit() [all …]
|