V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::interpreter::BytecodeTraits< accumulator_use > Struct Template Reference

Static Public Attributes

static const OperandType kOperandTypes [] = {OperandType::kNone}
 
static const OperandTypeInfo kOperandTypeInfos []
 
static const OperandSize kSingleScaleOperandSizes []
 
static const OperandSize kDoubleScaleOperandSizes []
 
static const OperandSize kQuadrupleScaleOperandSizes []
 
static const int kSingleScaleSize = 1
 
static const int kDoubleScaleSize = 1
 
static const int kQuadrupleScaleSize = 1
 
static const AccumulatorUse kAccumulatorUse = accumulator_use
 
static const int kOperandCount = 0
 

Detailed Description

template<AccumulatorUse accumulator_use>
struct v8::internal::interpreter::BytecodeTraits< accumulator_use >

Definition at line 118 of file bytecode-traits.h.

Member Data Documentation

◆ kDoubleScaleOperandSizes

template<AccumulatorUse accumulator_use>
STATIC_CONST_MEMBER_DEFINITION const OperandSize v8::internal::interpreter::BytecodeTraits< accumulator_use >::kDoubleScaleOperandSizes
static
Initial value:
= {
OperandSize::kNone}

Definition at line 122 of file bytecode-traits.h.

◆ kOperandTypeInfos

template<AccumulatorUse accumulator_use>
STATIC_CONST_MEMBER_DEFINITION const OperandTypeInfo v8::internal::interpreter::BytecodeTraits< accumulator_use >::kOperandTypeInfos
static
Initial value:
= {
OperandTypeInfo::kNone}

Definition at line 120 of file bytecode-traits.h.

◆ kQuadrupleScaleOperandSizes

template<AccumulatorUse accumulator_use>
STATIC_CONST_MEMBER_DEFINITION const OperandSize v8::internal::interpreter::BytecodeTraits< accumulator_use >::kQuadrupleScaleOperandSizes
static
Initial value:
= {
OperandSize::kNone}

Definition at line 123 of file bytecode-traits.h.

◆ kSingleScaleOperandSizes

template<AccumulatorUse accumulator_use>
STATIC_CONST_MEMBER_DEFINITION const OperandSize v8::internal::interpreter::BytecodeTraits< accumulator_use >::kSingleScaleOperandSizes
static
Initial value:
= {
OperandSize::kNone}

Definition at line 121 of file bytecode-traits.h.


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