Searched defs:InstructionFormat (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DInstrUtils.h29 * (This defines InstructionFormat as an unsigned char to reduce the size
38 typedef unsigned char InstructionFormat; typedef
39 enum InstructionFormat { enum
168 InstructionFormat* dexCreateInstrFormatTable(void);
173 DEX_INLINE InstructionFormat dexGetInstrFormat(const InstructionFormat* fmts,
183 void dexDecodeInstruction(const InstructionFormat* fmts, const u2* insns,

Completed in 71 milliseconds