Home
last modified time | relevance | path

Searched defs:codeOffset (Results 1 – 25 of 41) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DInstructionOffsetMap.java47 int codeOffset = 0; in InstructionOffsetMap() local
54 public int getInstructionIndexAtCodeOffset(int codeOffset) { in getInstructionIndexAtCodeOffset()
58 public int getInstructionIndexAtCodeOffset(int codeOffset, boolean exact) { in getInstructionIndexAtCodeOffset()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DInstructionOffsetMap.java46 int codeOffset = 0; in InstructionOffsetMap() local
53 public int getInstructionIndexAtCodeOffset(int codeOffset) { in getInstructionIndexAtCodeOffset()
57 public int getInstructionIndexAtCodeOffset(int codeOffset, boolean exact) { in getInstructionIndexAtCodeOffset()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
DImmutableInstruction20t.java43 protected final int codeOffset; field in ImmutableInstruction20t
46 int codeOffset) { in ImmutableInstruction20t()
DImmutableInstruction10t.java43 protected final int codeOffset; field in ImmutableInstruction10t
46 int codeOffset) { in ImmutableInstruction10t()
DImmutableInstruction30t.java42 protected final int codeOffset; field in ImmutableInstruction30t
45 int codeOffset) { in ImmutableInstruction30t()
DImmutableInstruction31t.java44 protected final int codeOffset; field in ImmutableInstruction31t
48 int codeOffset) { in ImmutableInstruction31t()
DImmutableInstruction21t.java44 protected final int codeOffset; field in ImmutableInstruction21t
48 int codeOffset) { in ImmutableInstruction21t()
DImmutableInstructionFactory.java49 int codeOffset) { in makeInstruction10t()
81 int codeOffset) { in makeInstruction20t()
111 int codeOffset) { in makeInstruction21t()
139 int codeOffset) { in makeInstruction22t()
157 int codeOffset) { in makeInstruction30t()
175 int codeOffset) { in makeInstruction31t()
DImmutableInstruction22t.java45 protected final int codeOffset; field in ImmutableInstruction22t
50 int codeOffset) { in ImmutableInstruction22t()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction10t.java44 protected final int codeOffset; field in ImmutableInstruction10t
47 int codeOffset) { in ImmutableInstruction10t()
DImmutableInstruction30t.java43 protected final int codeOffset; field in ImmutableInstruction30t
46 int codeOffset) { in ImmutableInstruction30t()
DImmutableInstruction20t.java44 protected final int codeOffset; field in ImmutableInstruction20t
47 int codeOffset) { in ImmutableInstruction20t()
DImmutableInstruction21t.java45 protected final int codeOffset; field in ImmutableInstruction21t
49 int codeOffset) { in ImmutableInstruction21t()
DImmutableInstruction31t.java45 protected final int codeOffset; field in ImmutableInstruction31t
49 int codeOffset) { in ImmutableInstruction31t()
DImmutableInstructionFactory.java50 int codeOffset) { in makeInstruction10t()
82 int codeOffset) { in makeInstruction20t()
112 int codeOffset) { in makeInstruction21t()
140 int codeOffset) { in makeInstruction22t()
158 int codeOffset) { in makeInstruction30t()
176 int codeOffset) { in makeInstruction31t()
DImmutableInstruction22t.java46 protected final int codeOffset; field in ImmutableInstruction22t
51 int codeOffset) { in ImmutableInstruction22t()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DInstructionFactory.java44 Instruction makeInstruction10t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction10t()
50 Instruction makeInstruction20t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction20t()
55 Instruction makeInstruction21t(@Nonnull Opcode opcode, int registerA, int codeOffset); in makeInstruction21t()
59 …struction makeInstruction22t(@Nonnull Opcode opcode, int registerA, int registerB, int codeOffset); in makeInstruction22t()
62 Instruction makeInstruction30t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction30t()
65 Instruction makeInstruction31t(@Nonnull Opcode opcode, int registerA, int codeOffset); in makeInstruction31t()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java45 Instruction makeInstruction10t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction10t()
51 Instruction makeInstruction20t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction20t()
56 Instruction makeInstruction21t(@Nonnull Opcode opcode, int registerA, int codeOffset); in makeInstruction21t()
60 …struction makeInstruction22t(@Nonnull Opcode opcode, int registerA, int registerB, int codeOffset); in makeInstruction22t()
63 Instruction makeInstruction30t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction30t()
66 Instruction makeInstruction31t(@Nonnull Opcode opcode, int registerA, int codeOffset); in makeInstruction31t()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java55 private final int codeOffset; field in DexBackedMethodImplementation
59 int codeOffset) { in DexBackedMethodImplementation()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
DDexBackedMethodImplementation.java54 protected final int codeOffset; field in DexBackedMethodImplementation
58 int codeOffset) { in DexBackedMethodImplementation()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
DClassDataItem.java156 int codeOffset = reader.readSmallUleb128(); in makeAnnotator() local
160 out.annotateTo(reader.getOffset(), "code_off = code_item[0x%x]", codeOffset); in makeAnnotator() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DClassDataItem.java157 int codeOffset = reader.readSmallUleb128(); in makeAnnotator() local
161 out.annotateTo(reader.getOffset(), "code_off = code_item[0x%x]", codeOffset); in makeAnnotator() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
DBuilderOffsetInstruction.java51 int codeOffset = internalGetCodeOffset(); in getCodeOffset() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderOffsetInstruction.java51 int codeOffset = internalGetCodeOffset(); in getCodeOffset() local
/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DComment.java58 final int codeOffset, in read()

12