Searched refs:rawDexFile (Results 1 – 1 of 1) sorted by relevance
55 RawDexFile rawDexFile = new RawDexFile(Opcodes.forApi(apiLevel), dexFile); in dump() local56 DexAnnotator annotator = new DexAnnotator(rawDexFile, consoleWidth); in dump()