Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc522 TNode<Uint32T> InterpreterAssembler::BytecodeUnsignedOperand( in BytecodeUnsignedOperand() function in v8::internal::interpreter::InterpreterAssembler
543 return BytecodeUnsignedOperand(operand_index, operand_size); in BytecodeOperandCount()
552 return BytecodeUnsignedOperand(operand_index, operand_size); in BytecodeOperandFlag()
560 return BytecodeUnsignedOperand(operand_index, operand_size); in BytecodeOperandUImm()
595 return BytecodeUnsignedOperand(operand_index, operand_size); in BytecodeOperandIdxInt32()
620 BytecodeUnsignedOperand(operand_index, operand_size)); in BytecodeOperandConstantPoolIdx()
639 return BytecodeUnsignedOperand(operand_index, operand_size); in BytecodeOperandRuntimeId()
649 BytecodeUnsignedOperand(operand_index, operand_size)); in BytecodeOperandNativeContextIndex()
659 return BytecodeUnsignedOperand(operand_index, operand_size); in BytecodeOperandIntrinsicId()
Dinterpreter-assembler.h354 TNode<Uint32T> BytecodeUnsignedOperand(int operand_index,