/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | InstructionOffsetMap.java | 47 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/ |
D | ImmutableInstruction10t.java | 44 protected final int codeOffset; field in ImmutableInstruction10t 47 int codeOffset) { in ImmutableInstruction10t()
|
D | ImmutableInstruction30t.java | 43 protected final int codeOffset; field in ImmutableInstruction30t 46 int codeOffset) { in ImmutableInstruction30t()
|
D | ImmutableInstruction20t.java | 44 protected final int codeOffset; field in ImmutableInstruction20t 47 int codeOffset) { in ImmutableInstruction20t()
|
D | ImmutableInstruction21t.java | 45 protected final int codeOffset; field in ImmutableInstruction21t 49 int codeOffset) { in ImmutableInstruction21t()
|
D | ImmutableInstruction31t.java | 45 protected final int codeOffset; field in ImmutableInstruction31t 49 int codeOffset) { in ImmutableInstruction31t()
|
D | ImmutableInstruction22t.java | 46 protected final int codeOffset; field in ImmutableInstruction22t 51 int codeOffset) { in ImmutableInstruction22t()
|
D | ImmutableInstructionFactory.java | 50 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/ |
D | DexBackedMethodImplementation.java | 54 private final int codeOffset; field in DexBackedMethodImplementation 58 int codeOffset) { in DexBackedMethodImplementation()
|
D | DexBackedMethod.java | 60 private final int codeOffset; field in DexBackedMethod
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | InstructionFactory.java | 45 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/ |
D | BuilderOffsetInstruction.java | 51 int codeOffset = internalGetCodeOffset(); in getCodeOffset() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | ClassDataItem.java | 157 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/ |
D | SmaliInstruction.java | 205 int codeOffset = 0; in getAnalyzedInstructionFromMethod() local
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | MethodDefinition.java | 110 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/ |
D | Win64EH.h | 42 uint8_t codeOffset; member
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliMethodTest.java | 247 private void checkSourcePosition(SmaliMethod smaliMethod, int codeOffset, Opcode opcode) { in checkSourcePosition()
|
/external/libunwind_llvm/src/ |
D | DwarfParser.hpp | 369 pint_t codeOffset = 0; in parseInstructions() local
|