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

  /dalvik/vm/interp/
Jit.h 47 const u2* endPC; /* ending pc of jitted region */
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 352 int endPC = Math.min(exceptionInfo.u2endPC, clipEnd);
358 for (int offset = startPC; offset < endPC; offset++)
388 endPC == exceptionInfo.u2endPC)
390 System.out.println(" Appending exception ["+startPC+" -> "+endPC+"] -> "+handlerPC);
394 System.out.println(" Appending clipped exception ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+"] ~> ["+startPC+" -> "+endPC+"] -> "+handlerPC);
401 endPC,
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 580 int endPC = remapInstructionOffset(localVariableInfo.u2startPC + localVariableInfo.u2length);
583 localVariableInfo.u2length = endPC - startPC;
593 int endPC = remapInstructionOffset(localVariableTypeInfo.u2startPC + localVariableTypeInfo.u2length);
596 localVariableTypeInfo.u2length = endPC - startPC;
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 78 milliseconds