Searched refs:BytecodeOperandUImm (Results 1 – 3 of 3) sorted by relevance
247 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()261 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()298 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()351 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupContextSlot()402 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupGlobalSlot()750 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()795 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()2524 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()2538 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()
48 TNode<Uint32T> BytecodeOperandUImm(int operand_index);
576 TNode<Uint32T> InterpreterAssembler::BytecodeOperandUImm(int operand_index) { in BytecodeOperandUImm() function in v8::internal::interpreter::InterpreterAssembler586 return ChangeUint32ToWord(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmWord()590 return SmiFromUint32(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmSmi()