• Home
  • Raw
  • Download

Lines Matching defs:operand_index

139 Node* InterpreterAssembler::OperandOffset(int operand_index) {  in OperandOffset()
144 Node* InterpreterAssembler::BytecodeOperandUnsignedByte(int operand_index) { in BytecodeOperandUnsignedByte()
153 Node* InterpreterAssembler::BytecodeOperandSignedByte(int operand_index) { in BytecodeOperandSignedByte()
219 Node* InterpreterAssembler::BytecodeOperandUnsignedShort(int operand_index) { in BytecodeOperandUnsignedShort()
234 Node* InterpreterAssembler::BytecodeOperandSignedShort(int operand_index) { in BytecodeOperandSignedShort()
256 Node* InterpreterAssembler::BytecodeOperandUnsignedQuad(int operand_index) { in BytecodeOperandUnsignedQuad()
270 Node* InterpreterAssembler::BytecodeOperandSignedQuad(int operand_index) { in BytecodeOperandSignedQuad()
291 Node* InterpreterAssembler::BytecodeSignedOperand(int operand_index, in BytecodeSignedOperand()
308 Node* InterpreterAssembler::BytecodeUnsignedOperand(int operand_index, in BytecodeUnsignedOperand()
325 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount()
333 Node* InterpreterAssembler::BytecodeOperandFlag(int operand_index) { in BytecodeOperandFlag()
342 Node* InterpreterAssembler::BytecodeOperandImm(int operand_index) { in BytecodeOperandImm()
350 Node* InterpreterAssembler::BytecodeOperandIdx(int operand_index) { in BytecodeOperandIdx()
358 Node* InterpreterAssembler::BytecodeOperandReg(int operand_index) { in BytecodeOperandReg()
366 Node* InterpreterAssembler::BytecodeOperandRuntimeId(int operand_index) { in BytecodeOperandRuntimeId()
375 Node* InterpreterAssembler::BytecodeOperandIntrinsicId(int operand_index) { in BytecodeOperandIntrinsicId()