HomeSort by relevance Sort by last modified time
    Searched refs:endPC (Results 1 - 14 of 14) 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 //ALOGD("### selfVerificationRestoreState(%d) pc: %#x fp: %#x endPC: %#x",
149 ALOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
150 (int)shadowSpace->endPC);
205 ALOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
206 (int)shadowSpace->endPC);
272 //ALOGD("### 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...]
  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 283 bool existATryBlock(Method* method, int startPC, int endPC) {
292 //if [start, end] overlaps with [startPC, endPC] returns true
293 if((int)end < startPC || (int)start > endPC) { //no overlap
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...]
Lower.h 559 bool existATryBlock(Method* method, int startPC, int endPC);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /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.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2243 milliseconds