Home
last modified time | relevance | path

Searched refs:BytecodeOperandUImmWord (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1898 TNode<IntPtrT> relative_jump = Signed(BytecodeOperandUImmWord(0)); in IGNITION_HANDLER()
1964 TNode<IntPtrT> relative_jump = Signed(BytecodeOperandUImmWord(0)); in IGNITION_HANDLER()
1997 TNode<IntPtrT> relative_jump = Signed(BytecodeOperandUImmWord(0)); in IGNITION_HANDLER()
2103 TNode<IntPtrT> relative_jump = Signed(BytecodeOperandUImmWord(0)); in IGNITION_HANDLER()
2138 TNode<IntPtrT> relative_jump = Signed(BytecodeOperandUImmWord(0)); in IGNITION_HANDLER()
2171 TNode<IntPtrT> relative_jump = Signed(BytecodeOperandUImmWord(0)); in IGNITION_HANDLER()
2227 TNode<UintPtrT> table_length = BytecodeOperandUImmWord(1); in IGNITION_HANDLER()
3060 TNode<UintPtrT> table_length = BytecodeOperandUImmWord(2); in IGNITION_HANDLER()
Dinterpreter-assembler.h51 TNode<UintPtrT> BytecodeOperandUImmWord(int operand_index);
Dinterpreter-assembler.cc563 TNode<UintPtrT> InterpreterAssembler::BytecodeOperandUImmWord( in BytecodeOperandUImmWord() function in v8::internal::interpreter::InterpreterAssembler
1106 TNode<IntPtrT> jump_offset = Signed(BytecodeOperandUImmWord(operand_index)); in JumpConditionalByImmediateOperand()