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

  /dalvik/libdex/
InstrUtils.h 32 enum InstructionFormat {
115 u1* formats; /* InstructionFormat elements */
175 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode)
178 return (InstructionFormat) gDexOpcodeInfo.formats[opcode];
InstrUtils.cpp 494 InstructionFormat format = dexGetFormatFromOpcode(opcode);

Completed in 791 milliseconds