HomeSort by relevance Sort by last modified time
    Searched refs:startPC (Results 1 - 8 of 8) 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.c 104 shadowSpace->startPC = pc;
149 // self->threadId, (int)shadowSpace->startPC, (int)shadowSpace->fp,
156 LOGD("Dalvik PC: 0x%x endPC: 0x%x", (int)shadowSpace->startPC,
174 if (exitState == kSVSPunt && pc == shadowSpace->startPC) {
176 } else if (exitState == kSVSBackwardBranch && pc < shadowSpace->startPC) {
186 * instruction in the loop, pc is equal to shadowSpace->startPC and
190 * resuming in the trace the startPC will be less than pc so we will
196 * detected as the endPC (ie pc) will be less than startPC.
236 LOGD("Dalvik PC: 0x%x endPC: 0x%x", (int)shadowSpace->startPC,
270 const u2 *startPC = shadowSpace->startPC
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java     [all...]
  /dalvik/vm/mterp/common/
asm-constants.h 148 MTERP_OFFSET(offShadowSpace_startPC, ShadowSpace, startPC, 0)
  /prebuilt/common/ecj/
ecj.jar 

Completed in 247 milliseconds