Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-operands.h161 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function
Dbytecode-node.h241 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in ScaleForOperand()