Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-operands-unittest.cc17 TEST(BytecodeOperandsTest, IsScalableSignedByte) { in TEST() argument
19 CHECK(BytecodeOperands::IsScalableSignedByte(OperandType::k##Name)); in TEST()
24 CHECK(!BytecodeOperands::IsScalableSignedByte(OperandType::k##Name)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-operands.h184 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function
H A Dbytecode-node.h241 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in ScaleForOperand()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-operands.h161 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function
H A Dbytecode-node.h238 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in INLINE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-operands.h184 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function
H A Dbytecode-node.h241 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in ScaleForOperand()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-operands.h198 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function
H A Dbytecode-node.h241 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in ScaleForOperand()