Searched refs:BytecodeOperandImmSmi (Results 1 – 3 of 3) sorted by relevance
58 compiler::Node* BytecodeOperandImmSmi(int operand_index);
69 Node* smi_int = BytecodeOperandImmSmi(0); in IGNITION_HANDLER()655 Node* position = BytecodeOperandImmSmi(0); in IGNITION_HANDLER()795 Node* rhs = BytecodeOperandImmSmi(0); in BinaryOpSmiWithFeedback()952 Node* right = BytecodeOperandImmSmi(0); in BitwiseBinaryOpWithSmi()
581 Node* InterpreterAssembler::BytecodeOperandImmSmi(int operand_index) { in BytecodeOperandImmSmi() function in v8::internal::interpreter::InterpreterAssembler