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

  /dalvik/libdex/
InstrUtils.h 29 * (This defines InstructionFormat as an unsigned char to reduce the size
38 typedef unsigned char InstructionFormat;
39 enum InstructionFormat {
168 InstructionFormat* dexCreateInstrFormatTable(void);
173 DEX_INLINE InstructionFormat dexGetInstrFormat(const InstructionFormat* fmts,
183 void dexDecodeInstruction(const InstructionFormat* fmts, const u2* insns,
InstrUtils.c 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,
    [all...]
  /dalvik/vm/
Globals.h 511 InstructionFormat* instrFormat;
  /dalvik/dexdump/
DexDump.c 53 static InstructionFormat* gInstrFormat;
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]

Completed in 926 milliseconds