Searched refs:BytecodeOperands (Results 1 – 9 of 9) sorted by relevance
19 using BytecodeOperands = interpreter::BytecodeOperands; variable30 Bytecodes::kBytecodeCount * BytecodeOperands::kOperandScaleCount;
230 STATIC_ASSERT(interpreter::BytecodeOperands::kOperandScaleCount == 3); in GetDeserializeLazyHandler()
85 if (BytecodeOperands::ReadsAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()91 if (BytecodeOperands::WritesAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
93 static const int kNumberOfWideVariants = BytecodeOperands::kOperandScaleCount;
239 if (BytecodeOperands::IsScalableUnsignedByte(operand_type)) { in ScaleForOperand()241 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in ScaleForOperand()
137 class BytecodeOperands : public AllStatic {
528 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode)); in ReadsAccumulator()533 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode)); in WritesAccumulator()927 kOperandKindSizes[3][BytecodeOperands::kOperandTypeCount];
77 Bytecodes::kOperandKindSizes[3][BytecodeOperands::kOperandTypeCount] = {
877 STATIC_ASSERT(interpreter::BytecodeOperands::kOperandScaleCount == 3); in CreateInitialObjects()