V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::interpreter::BytecodeOperands Class Reference
Inheritance diagram for v8::internal::interpreter::BytecodeOperands:
v8::internal::AllStatic

Static Public Member Functions

static int OperandScaleAsIndex (OperandScale operand_scale)
 
static constexpr bool ReadsAccumulator (AccumulatorUse accumulator_use)
 
static constexpr bool WritesAccumulator (AccumulatorUse accumulator_use)
 
static constexpr bool IsScalableSignedByte (OperandType operand_type)
 
static constexpr bool IsScalableUnsignedByte (OperandType operand_type)
 

Static Public Attributes

static const int kOperandTypeCount = static_cast<int>(OperandType::kLast) + 1
 
static const int kOperandScaleCount
 

Detailed Description

Definition at line 137 of file bytecode-operands.h.

Member Data Documentation

◆ kOperandScaleCount

const int v8::internal::interpreter::BytecodeOperands::kOperandScaleCount
static
Initial value:
=
0 OPERAND_SCALE_LIST(OPERAND_SCALE_COUNT)

Definition at line 144 of file bytecode-operands.h.


The documentation for this class was generated from the following file: