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

1 2 3

  /dalvik/dx/src/com/android/dex/
Code.java 23 private final int debugInfoOffset;
28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset,
33 this.debugInfoOffset = debugInfoOffset;
52 return debugInfoOffset;
Dex.java 476 int debugInfoOffset = readInt();
499 return new Code(registersSize, insSize, outsSize, debugInfoOffset, instructions,
  /toolchain/binutils/binutils-2.27/include/nlm/
i386-ext.h 103 unsigned char debugInfoOffset[4];
sparc32-ext.h 107 unsigned char debugInfoOffset[4];
ppc-ext.h 150 unsigned char debugInfoOffset[4];
alpha-ext.h 153 unsigned char debugInfoOffset[4];
internal.h 124 file_ptr debugInfoOffset;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 69 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset,
71 if (debugInfoOffset == 0) {
74 return new DebugInfoImpl(dexFile, debugInfoOffset, methodImpl);
97 private final int debugInfoOffset;
101 int debugInfoOffset,
104 this.debugInfoOffset = debugInfoOffset;
117 DexReader reader = dexFile.readerAt(debugInfoOffset);
283 reader = dexFile.readerAt(debugInfoOffset);
301 return ((VariableSizeLookaheadIterator) iter).getReaderOffset() - debugInfoOffset;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
nlmswap.h 78 dst->debugInfoOffset =
79 H_GET_32 (abfd, src->debugInfoOffset);
139 H_PUT_32 (abfd, src->debugInfoOffset,
140 dst->debugInfoOffset);
nlmcode.h     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 103 int debugInfoOffset = reader.readInt();
104 out.annotate(4, "debug_info_off = 0x%x", debugInfoOffset);
106 if (debugInfoOffset > 0) {
107 addDebugInfoIdentity(debugInfoOffset, itemIdentity);
430 private void addDebugInfoIdentity(int debugInfoOffset, String methodString) {
432 debugInfoAnnotator.setItemIdentity(debugInfoOffset, methodString);
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 917 /* As a special hack, the backend recognizes a debugInfoOffset
922 nlm_fixed_header (outbfd)->debugInfoOffset = (file_ptr) -1;
1050 sharedhdr.debugInfoOffset - shared_offset + shared_section->filepos;
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0/
builder-2.2.0.jar 

Completed in 676 milliseconds

1 2 3