Searched refs:BytecodeOperandReg (Results 1 – 2 of 2) sorted by relevance
244 return LoadRegister(BytecodeOperandReg(operand_index)); in LoadRegisterAtOperandIndex()251 TNode<IntPtrT> first_reg_index = BytecodeOperandReg(operand_index); in LoadRegisterPairAtOperandIndex()263 TNode<IntPtrT> base_reg = RegisterLocation(BytecodeOperandReg(operand_index)); in GetRegisterListAtOperandIndex()327 StoreRegister(value, BytecodeOperandReg(operand_index)); in StoreRegisterAtOperandIndex()335 TNode<IntPtrT> first_reg_index = BytecodeOperandReg(operand_index); in StoreRegisterPairAtOperandIndex()346 TNode<IntPtrT> first_reg_index = BytecodeOperandReg(operand_index); in StoreRegisterTripleAtOperandIndex()623 TNode<IntPtrT> InterpreterAssembler::BytecodeOperandReg(int operand_index) { in BytecodeOperandReg() function in v8::internal::interpreter::InterpreterAssembler
359 TNode<IntPtrT> BytecodeOperandReg(int operand_index);