Searched refs:BytecodeTraits (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-traits.h | 33 struct BytecodeTraits {}; struct 37 struct BytecodeTraits<operand_0, operand_1, operand_2, operand_3, 74 struct BytecodeTraits<operand_0, operand_1, operand_2, OPERAND_TERM> { 106 struct BytecodeTraits<operand_0, operand_1, OPERAND_TERM> { 135 struct BytecodeTraits<operand_0, OPERAND_TERM> { 156 struct BytecodeTraits<OperandType::kNone, OPERAND_TERM> {
|
D | bytecodes.cc | 78 return BytecodeTraits<__VA_ARGS__, OPERAND_TERM>::kSize; in Size() 93 return BytecodeTraits<__VA_ARGS__, OPERAND_TERM>::kOperandCount; in NumberOfOperands() 108 return BytecodeTraits<__VA_ARGS__, OPERAND_TERM>::GetOperandType(i); in GetOperandType() 123 return BytecodeTraits<__VA_ARGS__, OPERAND_TERM>::GetOperandSize(i); in GetOperandSize() 138 return BytecodeTraits<__VA_ARGS__, OPERAND_TERM>::GetOperandOffset(i); in GetOperandOffset()
|