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

  /dalvik/libdex/
InstrUtils.h 130 extern InstructionInfoTables gDexOpcodeInfo;
151 return gDexOpcodeInfo.widths[opcode];
167 return gDexOpcodeInfo.flags[opcode];
184 return (InstructionFormat) gDexOpcodeInfo.formats[opcode];
193 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode];
InstrUtils.cpp 463 InstructionInfoTables gDexOpcodeInfo = {

Completed in 706 milliseconds