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

  /dalvik/vm/interp/
Jit.h 51 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;
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 775 int endPC = insnsSize;
776 if(ptr->nextItem != NULL) endPC = ptr->nextItem->offsetPC + ptr->nextItem->relativePC;
796 sz = (endPC-tmpPC)*sizeof(u2);
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java     [all...]
  /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.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 180 milliseconds