Searched refs:NO_LINE_INFO (Results 1 – 1 of 1) sorted by relevance
30 private static final int NO_LINE_INFO = -1; field in DexDebugEventBuilder50 private int emittedLine = NO_LINE_INFO;64 private int startLine = NO_LINE_INFO;111 if (startLine == NO_LINE_INFO) { in build()144 assert startLine == NO_LINE_INFO; in initialize() local199 if (startLine == NO_LINE_INFO) { in emitDebugPosition()200 assert emittedLine == NO_LINE_INFO; in emitDebugPosition() local239 int lineDelta = nextLine == NO_LINE_INFO ? 0 : nextLine - previousLine; in emitAdvancementEvents()