Home
last modified time | relevance | path

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

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/util/
DDebugInfo.java72 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset, in newOrEmpty()
100 private final int debugInfoOffset; field in DebugInfo.DebugInfoImpl
104 int debugInfoOffset, in DebugInfoImpl()
/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()