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.cpp 97 shadowSpace->startPC = pc;
142 // self->threadId, (int)shadowSpace->startPC, (int)shadowSpace->fp,
149 LOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
157 if (exitState == kSVSPunt && pc == shadowSpace->startPC) {
164 self->interpSave.pc = shadowSpace->startPC;
205 LOGD("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/mterp/common/
asm-constants.h 115 MTERP_OFFSET(offShadowSpace_startPC, ShadowSpace, startPC, 0)
  /prebuilt/common/ecj/
ecj.jar 

Completed in 497 milliseconds