Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dbuiltin-snapshot-utils.h19 using BytecodeOperands = interpreter::BytecodeOperands; variable
30 Bytecodes::kBytecodeCount * BytecodeOperands::kOperandScaleCount;
Dbuiltin-deserializer.cc230 STATIC_ASSERT(interpreter::BytecodeOperands::kOperandScaleCount == 3); in GetDeserializeLazyHandler()
/external/v8/src/interpreter/
Dbytecode-register-optimizer.h85 if (BytecodeOperands::ReadsAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
91 if (BytecodeOperands::WritesAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
Dinterpreter.h93 static const int kNumberOfWideVariants = BytecodeOperands::kOperandScaleCount;
Dbytecode-node.h239 if (BytecodeOperands::IsScalableUnsignedByte(operand_type)) { in ScaleForOperand()
241 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in ScaleForOperand()
Dbytecode-operands.h137 class BytecodeOperands : public AllStatic {
Dbytecodes.h528 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode)); in ReadsAccumulator()
533 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode)); in WritesAccumulator()
927 kOperandKindSizes[3][BytecodeOperands::kOperandTypeCount];
Dbytecodes.cc77 Bytecodes::kOperandKindSizes[3][BytecodeOperands::kOperandTypeCount] = {
/external/v8/src/heap/
Dsetup-heap-internal.cc877 STATIC_ASSERT(interpreter::BytecodeOperands::kOperandScaleCount == 3); in CreateInitialObjects()