Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoEncoder.java228 int nextAddrP = Integer.MAX_VALUE; // position (line number) in convert0() local
235 nextAddrP = sortedPositions.get(curPositionIdx).getAddress(); in convert0()
238 int next = Math.min(nextAddrP, nextAddrL); in convert0()
251 && nextAddrP == Integer.MAX_VALUE) { in convert0()
255 if (next == nextAddrP) { in convert0()