Searched refs:DBG_LINE_RANGE (Results 1 - 8 of 8) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoConstants.java152 static final int DBG_LINE_RANGE = 15; field in interface:DebugInfoConstants
H A DDebugInfoEncoder.java790 || (deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1))) {
827 * DBG_LINE_RANGE;} the line change to encode
834 || deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1)) {
840 + (DBG_LINE_RANGE * deltaAddress) + DBG_FIRST_SPECIAL;
H A DDebugInfoDecoder.java403 address += adjopcode / DBG_LINE_RANGE;
404 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoConstants.java152 static final int DBG_LINE_RANGE = 15; field in interface:DebugInfoConstants
H A DDebugInfoDecoder.java33 import static com.android.dx.dex.file.DebugInfoConstants.DBG_LINE_RANGE;
408 address += adjopcode / DBG_LINE_RANGE;
409 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
H A DDebugInfoEncoder.java28 import static com.android.dx.dex.file.DebugInfoConstants.DBG_LINE_RANGE;
802 || (deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1))) {
839 * DBG_LINE_RANGE;} the line change to encode
846 || deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1)) {
852 + (DBG_LINE_RANGE * deltaAddress) + DBG_FIRST_SPECIAL;
/dalvik/libdex/
H A DDexDebugInfo.cpp240 address += adjopcode / DBG_LINE_RANGE;
241 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
H A DDexFile.h266 DBG_LINE_RANGE = 15, enumerator in enum:__anon9

Completed in 8531 milliseconds