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

  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 110 int commonCount = commonByteCodeCount(codeAttribute, offset, targetOffset);
112 if (commonCount > 0 &&
117 System.out.println("GotoCommonCodeReplacer: "+clazz.getName()+"."+method.getName(clazz)+" (["+(offset-commonCount)+"] - "+branchInstruction.toString(offset)+" -> "+targetOffset+")");
121 for (int delta = 0; delta <= commonCount; delta++)
135 int newBranchOffset = branchOffset - commonCount;
  /dalvik/vm/reflect/
Proxy.cpp 485 int commonCount = dvmPointerSetGetCount(commonThrows);
491 gDvm.classJavaLangClassArray, commonCount,
499 for (ent = 0; ent < commonCount; ent++) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 618 milliseconds