Searched refs:BytecodeOperandUImm (Results 1 – 3 of 3) sorted by relevance
258 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()272 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()309 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()362 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupContextSlot()413 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupGlobalSlot()768 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()813 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()2546 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()2560 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()
48 TNode<Uint32T> BytecodeOperandUImm(int operand_index);
555 TNode<Uint32T> InterpreterAssembler::BytecodeOperandUImm(int operand_index) { in BytecodeOperandUImm() function in v8::internal::interpreter::InterpreterAssembler565 return ChangeUint32ToWord(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmWord()569 return SmiFromUint32(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmSmi()