HomeSort by relevance Sort by last modified time
    Searched defs:subroutineEnd (Results 1 - 5 of 5) sorted by null

  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 189 int subroutineEnd = branchTargetFinder.subroutineEnd(subroutineStart);
193 System.out.println(" Inlining subroutine ["+subroutineStart+" -> "+subroutineEnd+"] at ["+subroutineInvocationOffset+"]");
206 clipEnd = subroutineEnd;
215 subroutineEnd,
220 System.out.println(" Appending label after inlined subroutine at ["+subroutineEnd+"]");
224 codeAttributeComposer.appendLabel(subroutineEnd);
230 subroutineEnd,
258 if (branchTargetFinder.subroutineEnd(offset) == offset + variableInstruction.length(offset))
278 branchTargetFinder.subroutineEnd(offset) - offset).shrink()
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 220 public int subroutineEnd(int offset)
368 int subroutineEnd = codeLength;
398 subroutineEnds[index] = subroutineEnd;
413 subroutineEnd = index;
438 (isSubroutine(index) ? " ["+subroutineStart(index)+" -> "+subroutineEnd(index)+"]" : "") +
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 372 public int subroutineEnd(int instructionOffset)
374 return branchTargetFinder.subroutineEnd(instructionOffset);
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 3016 milliseconds