HomeSort by relevance Sort by last modified time
    Searched refs:commonCount (Results 1 - 2 of 2) 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 486 int commonCount = dvmPointerSetGetCount(commonThrows);
492 gDvm.classJavaLangClassArray, commonCount,
500 for (ent = 0; ent < commonCount; ent++) {
    [all...]

Completed in 112 milliseconds