HomeSort by relevance Sort by last modified time
    Searched defs:startPC (Results 1 - 25 of 39) sorted by null

1 2

  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 203 int startPC = localVariableInfo.u2startPC;
204 int endPC = startPC + localVariableInfo.u2length;
206 startPC = firstLiveness(startPC, endPC, variable);
207 endPC = lastLiveness(startPC, endPC, variable);
210 int length = endPC - startPC;
213 localVariableInfo.u2startPC = startPC;
226 int startPC = localVariableTypeInfo.u2startPC;
227 int endPC = startPC + localVariableTypeInfo.u2length;
229 startPC = firstLiveness(startPC, endPC, variable)
    [all...]
PartialEvaluator.java     [all...]
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 348 int startPC = Math.max(exceptionInfo.u2startPC, clipStart);
355 for (int offset = startPC; offset < endPC; offset++)
367 System.out.println(" Appending extra exception ["+startPC+" -> "+offset+"] -> "+handlerPC);
371 codeAttributeComposer.appendException(new ExceptionInfo(startPC,
377 startPC = offset + instructionLength;
384 if (startPC == exceptionInfo.u2startPC &&
387 System.out.println(" Appending exception ["+startPC+" -> "+endPC+"] -> "+handlerPC);
391 System.out.println(" Appending clipped exception ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+"] ~> ["+startPC+" -> "+endPC+"] -> "+handlerPC);
397 codeAttributeComposer.appendException(new ExceptionInfo(startPC,
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 629 int startPC = exceptionInfo.u2startPC;
634 instructionMarks[startPC] |= EXCEPTION_START;
640 subroutineStarts[startPC] != UNKNOWN)
642 subroutineStarts[handlerPC] = subroutineStarts[startPC];
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 686 int startPC = newInstructionOffset(localVariableInfo.u2startPC);
690 localVariableInfo.u2startPC = startPC;
691 localVariableInfo.u2length = endPC - startPC;
700 int startPC = newInstructionOffset(localVariableTypeInfo.u2startPC);
704 localVariableTypeInfo.u2startPC = startPC;
705 localVariableTypeInfo.u2length = endPC - startPC;
845 int startPC = lineNumberInfo.u2startPC;
846 if (startPC < codeLength &&
847 (index == 0 || startPC > lineNumberInfos[index-1].u2startPC))
    [all...]
CodeAttributeEditor.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 1140 milliseconds

1 2