Home
last modified time | relevance | path

Searched defs:startPC (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DVariableOptimizer.java203 int startPC = localVariableInfo.u2startPC; in visitLocalVariableInfo() local
226 int startPC = localVariableTypeInfo.u2startPC; in visitLocalVariableTypeInfo() local
DPartialEvaluator.java1032 int startPC = exceptionInfo.u2startPC; in visitExceptionInfo() local
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java686 int startPC = newInstructionOffset(localVariableInfo.u2startPC); in visitLocalVariableInfo() local
700 int startPC = newInstructionOffset(localVariableTypeInfo.u2startPC); in visitLocalVariableTypeInfo() local
845 int startPC = lineNumberInfo.u2startPC; in removeEmptyLineNumbers() local
DCodeAttributeEditor.java1156 int startPC = lineNumberInfo.u2startPC; in removeEmptyLineNumbers() local
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java348 int startPC = Math.max(exceptionInfo.u2startPC, clipStart); in visitExceptionInfo() local
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java629 int startPC = exceptionInfo.u2startPC; in visitExceptionInfo() local