Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_bytecode.cc32 static constexpr std::array<InstructionIndexType, kNumPackedOpcodes>
129 static constexpr std::array<u1, kNumPackedOpcodes> gInstructionWidthTable = {
165 static constexpr std::array<OpcodeFlags, kNumPackedOpcodes> gOpcodeFlagsTable = {
425 static constexpr std::array<InstructionFormat, kNumPackedOpcodes> gInstructionFormatTable = {
474 static constexpr std::array<const char*, kNumPackedOpcodes> gOpcodeNames = {
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h29 constexpr size_t kNumPackedOpcodes = 0x100; variable