HomeSort by relevance Sort by last modified time
    Searched refs:DBG_LINE_RANGE (Results 1 - 14 of 14) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 152 static final int DBG_LINE_RANGE = 15;
DebugInfoEncoder.java 790 || (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;
DebugInfoDecoder.java 403 address += adjopcode / DBG_LINE_RANGE;
404 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 152 static final int DBG_LINE_RANGE = 15;
DebugInfoDecoder.java 33 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);
DebugInfoEncoder.java 28 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;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoConstants.java 152 static final int DBG_LINE_RANGE = 15;
DebugInfoEncoder.java 790 || (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;
DebugInfoDecoder.java 397 address += adjopcode / DBG_LINE_RANGE;
398 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
  /dalvik/libdex/
DexDebugInfo.cpp 293 address += adjopcode / DBG_LINE_RANGE;
294 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
DexFile.h 210 DBG_LINE_RANGE = 15,
  /art/runtime/
dex_file.cc 813 address += adjopcode / DBG_LINE_RANGE;
814 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
    [all...]
dex_file.h 742 DBG_LINE_RANGE = 15,
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 170 milliseconds