HomeSort by relevance Sort by last modified time
    Searched refs:BytecodeTraits (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-traits.h 80 struct BytecodeTraits {
98 BytecodeTraits<accumulator_use, operands...>::kOperandTypes[] = {
102 BytecodeTraits<accumulator_use, operands...>::kOperandTypeInfos[] = {
106 BytecodeTraits<accumulator_use, operands...>::kSingleScaleOperandSizes[] = {
110 BytecodeTraits<accumulator_use, operands...>::kDoubleScaleOperandSizes[] = {
113 STATIC_CONST_MEMBER_DEFINITION const OperandSize BytecodeTraits<
118 struct BytecodeTraits<accumulator_use> {
133 BytecodeTraits<accumulator_use>::kOperandTypes[] = {OperandType::kNone};
136 BytecodeTraits<accumulator_use>::kOperandTypeInfos[] = {
140 BytecodeTraits<accumulator_use>::kSingleScaleOperandSizes[] =
    [all...]
bytecodes.cc 18 #define ENTRY(Name, ...) BytecodeTraits<__VA_ARGS__>::kOperandTypes,
24 #define ENTRY(Name, ...) BytecodeTraits<__VA_ARGS__>::kOperandTypeInfos,
30 #define ENTRY(Name, ...) BytecodeTraits<__VA_ARGS__>::kOperandCount,
36 #define ENTRY(Name, ...) BytecodeTraits<__VA_ARGS__>::kAccumulatorUse,
43 { BytecodeTraits<__VA_ARGS__>::kSingleScaleSize, \
44 BytecodeTraits<__VA_ARGS__>::kDoubleScaleSize, \
45 BytecodeTraits<__VA_ARGS__>::kQuadrupleScaleSize },
52 { BytecodeTraits<__VA_ARGS__>::kSingleScaleOperandSizes, \
53 BytecodeTraits<__VA_ARGS__>::kDoubleScaleOperandSizes, \
54 BytecodeTraits<__VA_ARGS__>::kQuadrupleScaleOperandSizes }
    [all...]

Completed in 68 milliseconds