HomeSort by relevance Sort by last modified time
    Searched refs:DBG_LINE_BASE (Results 1 - 25 of 72) sorted by null

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 151 static final int DBG_LINE_BASE = -4;
DebugInfoEncoder.java 789 if ((deltaLines < DBG_LINE_BASE)
790 || (deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1))) {
826 * @param deltaLines {@code >= DBG_LINE_BASE, <= DBG_LINE_BASE +
833 if (deltaLines < DBG_LINE_BASE
834 || deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1)) {
839 return (deltaLines - DBG_LINE_BASE)
DebugInfoDecoder.java 404 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 151 static final int DBG_LINE_BASE = -4;
DebugInfoEncoder.java 27 import static com.android.dx.dex.file.DebugInfoConstants.DBG_LINE_BASE;
801 if ((deltaLines < DBG_LINE_BASE)
802 || (deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1))) {
838 * @param deltaLines {@code >= DBG_LINE_BASE, <= DBG_LINE_BASE +
845 if (deltaLines < DBG_LINE_BASE
846 || deltaLines > (DBG_LINE_BASE + DBG_LINE_RANGE -1)) {
851 return (deltaLines - DBG_LINE_BASE)
DebugInfoDecoder.java 32 import static com.android.dx.dex.file.DebugInfoConstants.DBG_LINE_BASE;
409 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
  /tools/dexter/slicer/
debuginfo_encoder.cc 57 int adj_opcode = delta - dex::DBG_LINE_BASE;
62 adj_opcode = -dex::DBG_LINE_BASE;
code_ir.cc 224 line += dex::DBG_LINE_BASE + (adjusted_opcode % dex::DBG_LINE_RANGE);
  /dalvik/libdex/
DexDebugInfo.cpp 241 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
DexFile.h 265 DBG_LINE_BASE = -4,
    [all...]
  /tools/dexter/slicer/export/slicer/
dex_format.h 130 constexpr int DBG_LINE_BASE = -4;
  /art/libdexfile/dex/
dex_file-inl.h 475 entry.line_ += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
dex_file.h 866 DBG_LINE_BASE = -4,
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 

Completed in 766 milliseconds

1 2 3