Home
last modified time | relevance | path

Searched defs:debugInfoOffset (Results 1 – 4 of 4) sorted by relevance

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/util/
DDebugInfo.java75 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset, in newOrEmpty()
103 private final int debugInfoOffset; field in DebugInfo.DebugInfoImpl
107 int debugInfoOffset, in DebugInfoImpl()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DDebugInfo.java69 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset, in newOrEmpty()
97 private final int debugInfoOffset; field in DebugInfo.DebugInfoImpl
101 int debugInfoOffset, in DebugInfoImpl()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java103 int debugInfoOffset = reader.readInt(); in makeAnnotator() local
430 private void addDebugInfoIdentity(int debugInfoOffset, String methodString) { in makeAnnotator()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
DCodeItem.java284 int debugInfoOffset = reader.readInt(); in annotatePreInstructionFields() local
644 private void addDebugInfoIdentity(int debugInfoOffset, String methodString) { in addDebugInfoIdentity()