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

  /dalvik/libdex/
InstrUtils.h 128 extern InstructionInfoTables gDexOpcodeInfo;
149 return gDexOpcodeInfo.widths[opcode];
165 return gDexOpcodeInfo.flags[opcode];
182 return (InstructionFormat) gDexOpcodeInfo.formats[opcode];
191 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode];
InstrUtils.cpp 463 InstructionInfoTables gDexOpcodeInfo = {

Completed in 307 milliseconds