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

/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java77 private boolean inlining; field in class:MethodInliner
149 System.err.println("Unexpected error while inlining method:");
152 if (inlining)
158 System.err.println("Not inlining this method");
163 if (inlining)
176 if (!inlining)
224 System.out.println("MethodInliner: inlining ["+
363 // Are we inlining this instruction?
364 if (inlining)
403 // Are we inlining thi
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 1576 milliseconds