Home
last modified time | relevance | path

Searched refs:newOffset2 (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DGotoCommonCodeReplacer.java171 int newOffset2 = offset2 - delta; in commonByteCodeCount() local
174 if (code[newOffset1] != code[newOffset2]) in commonByteCodeCount()
181 branchTargetFinder.isInstruction(newOffset2)) in commonByteCodeCount()
188 branchTargetFinder.isInstruction(newOffset2)) in commonByteCodeCount()
200 branchTargetFinder.isExceptionStart(newOffset2) || in commonByteCodeCount()
201 branchTargetFinder.isExceptionEnd(newOffset2) || in commonByteCodeCount()
209 if (branchTargetFinder.isBranchTarget(newOffset2)) in commonByteCodeCount()