Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DGotoCommonCodeReplacer.java170 int newOffset1 = offset1 - delta; in commonByteCodeCount() local
174 if (code[newOffset1] != code[newOffset2]) in commonByteCodeCount()
180 if (branchTargetFinder.isInstruction(newOffset1) ^ in commonByteCodeCount()
187 if (branchTargetFinder.isInstruction(newOffset1) && in commonByteCodeCount()
195 if (branchTargetFinder.isBranchOrigin(newOffset1) || in commonByteCodeCount()
196 branchTargetFinder.isBranchTarget(newOffset1) || in commonByteCodeCount()
197 branchTargetFinder.isExceptionStart(newOffset1) || in commonByteCodeCount()
198 branchTargetFinder.isExceptionEnd(newOffset1) || in commonByteCodeCount()
199 branchTargetFinder.isInitializer(newOffset1) || in commonByteCodeCount()
202 isPop(code[newOffset1])) in commonByteCodeCount()
[all …]