Home | History | Annotate | Download | only in libdex

Lines Matching refs:InstructionFormat

685 InstructionFormat* dexCreateInstrFormatTable(void)
687 InstructionFormat* instFmt;
690 instFmt = malloc(sizeof(InstructionFormat) * kNumDalvikInstructions);
696 InstructionFormat fmt = kFmtUnknown;
1057 void dexDecodeInstruction(const InstructionFormat* fmts, const u2* insns,