Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoEncoder.java781 int deltaLines = newLine - line; in emitPosition() local
832 private static int computeOpcode(int deltaLines, int deltaAddress) { in computeOpcode()
850 private void emitAdvanceLine(int deltaLines) throws IOException { in emitAdvanceLine()