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

  /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,
  /dalvik/vm/interp/
Jit.h 51 const u2* endPC; /* ending pc of jitted region */
Jit.cpp 137 shadowSpace->endPC = pc;
141 //LOGD("### selfVerificationRestoreState(%d) pc: %#x fp: %#x endPC: %#x",
149 LOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
150 (int)shadowSpace->endPC);
205 LOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
206 (int)shadowSpace->endPC);
272 //LOGD("### DbgIntp(%d): PC: %#x endPC: %#x state: %d len: %d %s",
273 // self->threadId, (int)pc, (int)shadowSpace->endPC, state,
292 * Check if the current pc matches the endPC. Only check for non-zero
295 if (pc == shadowSpace->endPC &
    [all...]
  /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 186 milliseconds