Searched refs:OperandIsValid (Results 1 – 2 of 2) sorted by relevance
297 bool OperandIsValid(Bytecode bytecode, int operand_index,
172 DCHECK(OperandIsValid(bytecode, i, operands[i])); in Output()1232 bool BytecodeArrayBuilder::OperandIsValid(Bytecode bytecode, int operand_index, in OperandIsValid() function in v8::internal::interpreter::BytecodeArrayBuilder