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

  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseChecker.java 67 private int invocationOffset;
221 invocationOffset = offset;
249 invocationOffset = offset;
264 invocationOffset = offset;
387 !isPoppingExpectedType(invocationOffset, stackEntryIndex,
395 partialEvaluator.getStackBefore(invocationOffset).getTop(stackEntryIndex).referenceValue();
406 markPoppedComplexEnumType(invocationOffset, stackEntryIndex);
SimpleEnumUseSimplifier.java 67 private int invocationOffset;
259 invocationOffset = offset;
292 invocationOffset = offset;
448 invocationOffset,
EvaluationShrinker.java 497 private int invocationOffset;
514 this.invocationOffset = offset;
545 invocationOffset,
555 partialEvaluator.getStackBefore(invocationOffset);
561 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
565 markStackSimplificationBefore(invocationOffset, stackIndex);
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 494 milliseconds