Searched defs:AT_METHOD_ENTRY (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java56 public static final int AT_METHOD_ENTRY = -1; field in class:PartialEvaluator
412 * <code>AT_METHOD_ENTRY</code> if the invocation is calling the "super" or
1162 Value storeValue = new InstructionOffsetValue(AT_METHOD_ENTRY);
1177 InstructionOffsetValue atMethodEntry = new InstructionOffsetValue(AT_METHOD_ENTRY);
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java52 public static final int AT_METHOD_ENTRY = -1; field in class:BranchTargetFinder
282 * <code>AT_METHOD_ENTRY</code> if the invocation is calling the "super" or
351 recentCreationOffsets[recentCreationOffsetIndex++] = AT_METHOD_ENTRY;
502 if (recentCreationOffset == AT_METHOD_ENTRY)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 59 milliseconds