Home
last modified time | relevance | path

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

/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/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()
DImmutableInstruction22t.java46 protected final int codeOffset; field in ImmutableInstruction22t
51 int codeOffset) { in ImmutableInstruction22t()
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()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java54 private final int codeOffset; field in DexBackedMethodImplementation
58 int codeOffset) { in DexBackedMethodImplementation()
DDexBackedMethod.java60 private final int codeOffset; field in DexBackedMethod
/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/builder/
DBuilderOffsetInstruction.java51 int codeOffset = internalGetCodeOffset(); in getCodeOffset() 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/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java205 int codeOffset = 0; in getAnalyzedInstructionFromMethod() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java110 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition() local
131 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DWin64EH.h42 uint8_t codeOffset; member
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliMethodTest.java247 private void checkSourcePosition(SmaliMethod smaliMethod, int codeOffset, Opcode opcode) { in checkSourcePosition()
/external/libunwind_llvm/src/
DDwarfParser.hpp369 pint_t codeOffset = 0; in parseInstructions() local