Home
last modified time | relevance | path

Searched refs:IsScalableUnsignedByte (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-operands.h167 static constexpr bool IsScalableUnsignedByte(OperandType operand_type) { in IsScalableUnsignedByte() function
Dbytecode-node.h239 if (BytecodeOperands::IsScalableUnsignedByte(operand_type)) { in ScaleForOperand()