Searched refs:variableOffset (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java82 private int variableOffset; field in class:MethodInliner
281 new VariableInstruction(opcode, variableOffset + parameterOffset + parameterIndex).shrink());
289 new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset).shrink());
372 variableInstruction.variableIndex += variableOffset;
403 variableOffset += codeAttribute.u2maxLocals;
407 variableOffset -= codeAttribute.u2maxLocals;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 64 milliseconds