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

  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 351 int startPC = Math.max(exceptionInfo.u2startPC, clipStart);
358 for (int offset = startPC; offset < endPC; offset++)
370 System.out.println(" Appending extra exception ["+startPC+" -> "+offset+"] -> "+handlerPC);
374 codeAttributeComposer.appendException(new ExceptionInfo(startPC,
380 startPC = offset + instructionLength;
387 if (startPC == exceptionInfo.u2startPC &&
390 System.out.println(" Appending exception ["+startPC+" -> "+endPC+"] -> "+handlerPC);
394 System.out.println(" Appending clipped exception ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+"] ~> ["+startPC+" -> "+endPC+"] -> "+handlerPC);
400 codeAttributeComposer.appendException(new ExceptionInfo(startPC,
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 579 int startPC = remapInstructionOffset(localVariableInfo.u2startPC);
582 localVariableInfo.u2startPC = startPC;
583 localVariableInfo.u2length = endPC - startPC;
592 int startPC = remapInstructionOffset(localVariableTypeInfo.u2startPC);
595 localVariableTypeInfo.u2startPC = startPC;
596 localVariableTypeInfo.u2length = endPC - startPC;
728 int startPC = lineNumberInfo.u2startPC;
729 if (startPC < codeLength &&
730 (index == 0 || startPC > lineNumberInfos[index-1].u2startPC))
CodeAttributeEditor.java     [all...]
  /dalvik/vm/interp/
Jit.h 43 const u2* startPC; /* starting pc of jitted region */
Jit.cpp 97 shadowSpace->startPC = pc;
142 // self->threadId, (int)shadowSpace->startPC, (int)shadowSpace->fp,
149 ALOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
157 if (exitState == kSVSPunt && pc == shadowSpace->startPC) {
164 self->interpSave.pc = shadowSpace->startPC;
205 ALOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
239 const u2 *startPC = shadowSpace->startPC;
240 JitTraceDescription* desc = dvmCopyTraceDescriptor(startPC, NULL);
242 dvmCompilerWorkEnqueue(startPC, kWorkOrderTraceDebug, desc)
    [all...]
  /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
Lower.h 559 bool existATryBlock(Method* method, int startPC, int endPC);
    [all...]
  /dalvik/vm/mterp/common/
asm-constants.h 115 MTERP_OFFSET(offShadowSpace_startPC, ShadowSpace, startPC, 0)
  /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.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.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 359 milliseconds