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;
407 address += adjopcode / DBG_LINE_RANGE;
408 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
H A DDebugInfoEncoder.java28 import static com.android.dx.dex.file.DebugInfoConstants.DBG_LINE_RANGE;
798 || (deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1))) {
835 * DBG_LINE_RANGE;} the line change to encode
842 || deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1)) {
848 + (DBG_LINE_RANGE * deltaAddress) + DBG_FIRST_SPECIAL;
/dalvik/libdex/
H A DDexDebugInfo.cpp293 address += adjopcode / DBG_LINE_RANGE;
294 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
H A DDexFile.h261 DBG_LINE_RANGE = 15, enumerator in enum:__anon9

Completed in 2092 milliseconds