Searched refs:BytecodeOperandIdxSmi (Results 1 – 3 of 3) sorted by relevance
38 compiler::Node* BytecodeOperandIdxSmi(int operand_index);
2781 Node* literal_index = __ BytecodeOperandIdxSmi(1); in DoCreateRegExpLiteral()2797 Node* literal_index = __ BytecodeOperandIdxSmi(1); in DoCreateArrayLiteral()2838 Node* literal_index = __ BytecodeOperandIdxSmi(1); in DoCreateObjectLiteral()
464 Node* InterpreterAssembler::BytecodeOperandIdxSmi(int operand_index) { in BytecodeOperandIdxSmi() function in v8::internal::interpreter::InterpreterAssembler