Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc244 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
Dinterpreter-assembler.h359 TNode<IntPtrT> BytecodeOperandReg(int operand_index);