Home
last modified time | relevance | path

Searched refs:GetOperandSizes (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-traits.h103 static const OperandSize* GetOperandSizes(OperandScale operand_scale) {
166 static const OperandSize* GetOperandSizes(OperandScale operand_scale) {
223 static const OperandSize* GetOperandSizes(OperandScale operand_scale) {
273 static const OperandSize* GetOperandSizes(OperandScale operand_scale) {
319 static const OperandSize* GetOperandSizes(OperandScale operand_scale) {
Dbytecodes.cc345 return GetOperandSizes(bytecode, operand_scale)[i]; in GetOperandSize()
349 const OperandSize* Bytecodes::GetOperandSizes(Bytecode bytecode, in GetOperandSizes() function in v8::internal::interpreter::Bytecodes
355 return BytecodeTraits<__VA_ARGS__>::GetOperandSizes(operand_scale); in GetOperandSizes()
Dbytecode-array-writer.cc177 Bytecodes::GetOperandSizes(bytecode, operand_scale); in EmitBytecode()
Dbytecodes.h529 static const OperandSize* GetOperandSizes(Bytecode bytecode,