Searched refs:BytecodeOperandImm (Results 1 – 3 of 3) sorted by relevance
47 compiler::Node* BytecodeOperandImm(int operand_index);
439 Node* InterpreterAssembler::BytecodeOperandImm(int operand_index) { in BytecodeOperandImm() function in v8::internal::interpreter::InterpreterAssembler448 return ChangeInt32ToIntPtr(BytecodeOperandImm(operand_index)); in BytecodeOperandImmIntPtr()452 return SmiFromWord32(BytecodeOperandImm(operand_index)); in BytecodeOperandImmSmi()
2752 Node* loop_depth = __ BytecodeOperandImm(1); in DoJumpLoop()