Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_bytecode.cc425 static constexpr std::array<InstructionFormat, kNumPackedOpcodes> gInstructionFormatTable = { variable
466 return gInstructionFormatTable[opcode]; in GetFormatFromOpcode()