Searched refs:BytecodeOperandCount (Results 1 – 2 of 2) sorted by relevance
30 TNode<Uint32T> BytecodeOperandCount(int operand_index);
264 TNode<Uint32T> reg_count = BytecodeOperandCount(operand_index + 1); in GetRegisterListAtOperandIndex()538 TNode<Uint32T> InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler