Searched refs:BytecodeOperandCount (Results 1 – 2 of 2) sorted by relevance
28 compiler::Node* BytecodeOperandCount(int operand_index);
278 Node* reg_count = BytecodeOperandCount(operand_index + 1); in GetRegisterListAtOperandIndex()536 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler