Searched refs:BytecodeOperandImm (Results 1 – 3 of 3) sorted by relevance
52 compiler::Node* BytecodeOperandImm(int operand_index);
569 Node* InterpreterAssembler::BytecodeOperandImm(int operand_index) { in BytecodeOperandImm() function in v8::internal::interpreter::InterpreterAssembler578 return ChangeInt32ToIntPtr(BytecodeOperandImm(operand_index)); in BytecodeOperandImmIntPtr()582 return SmiFromInt32(BytecodeOperandImm(operand_index)); in BytecodeOperandImmSmi()
2261 Node* loop_depth = BytecodeOperandImm(1); in IGNITION_HANDLER()