Searched refs:inlineTable (Results 1 - 4 of 4) sorted by relevance

/external/smali/deodexerant/
H A Ddeodexerant.c71 const InlineOperation *inlineTable = dvmGetInlineOpsTable(); local
75 InlineOperation *item = &inlineTable[i];
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DCustomInlineMethodResolver.java46 public CustomInlineMethodResolver(String inlineTable) { argument
49 fr = new FileReader(inlineTable);
51 throw new RuntimeException("Could not find inline table file: " + inlineTable);
69 throw new RuntimeException("Error while reading file: " + inlineTable, ex);
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dbaksmali.java65 boolean ignoreErrors, String inlineTable, boolean checkPackagePrivateAccess)
105 if (inlineTable != null) {
106 inlineResolver = new CustomInlineMethodResolver(inlineTable);
60 disassembleDexFile(String dexFilePath, DexFile dexFile, boolean deodex, String outputDirectory, String[] classPathDirs, String bootClassPath, String extraBootClassPath, boolean noParameterRegisters, boolean useLocalsDirective, boolean useSequentialLabels, boolean outputDebugInfo, boolean addCodeOffsets, boolean noAccessorComments, int registerInfo, boolean verify, boolean ignoreErrors, String inlineTable, boolean checkPackagePrivateAccess) argument
H A Dmain.java129 String inlineTable = null;
253 inlineTable = commandLine.getOptionValue("T");
311 noAccessorComments, registerInfo, verify, ignoreErrors, inlineTable, checkPackagePrivateAccess);

Completed in 93 milliseconds