Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A 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()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
H A 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()
H A DImmutableInstruction10t.java43 protected final int codeOffset; field in ImmutableInstruction10t
46 int codeOffset) { in ImmutableInstruction10t()
H A DImmutableInstruction30t.java42 protected final int codeOffset; field in ImmutableInstruction30t
45 int codeOffset) { in ImmutableInstruction30t()
H A DImmutableInstruction20t.java43 protected final int codeOffset; field in ImmutableInstruction20t
46 int codeOffset) { in ImmutableInstruction20t()
H A DImmutableInstruction21t.java44 protected final int codeOffset; field in ImmutableInstruction21t
48 int codeOffset) { in ImmutableInstruction21t()
H A DImmutableInstruction31t.java44 protected final int codeOffset; field in ImmutableInstruction31t
48 int codeOffset) { in ImmutableInstruction31t()
H A DImmutableInstruction22t.java45 protected final int codeOffset; field in ImmutableInstruction22t
50 int codeOffset) { in ImmutableInstruction22t()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A 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()
/aosp_15_r20/art/test/661-oat-writer-layout/src/
H A DMain.java22 long codeOffset; field in Main.OatMethodAndOffset
24 public OatMethodAndOffset(Method method, long codeOffset) { in OatMethodAndOffset()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
H A DDexBackedMethodImplementation.java55 protected final int codeOffset; field in DexBackedMethodImplementation
59 int codeOffset) { in DexBackedMethodImplementation()
H A DCDexBackedMethodImplementation.java39 @Nonnull DexBackedDexFile dexFile, @Nonnull DexBackedMethod method, int codeOffset) { in CDexBackedMethodImplementation()
H A DCDexBackedDexFile.java110 @Nonnull DexBackedDexFile dexFile, @Nonnull DexBackedMethod method, int codeOffset) { in createMethodImplementation()
H A DDexBackedMethod.java65 private final int codeOffset; field in DexBackedMethod
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DClassData.java84 private final int codeOffset; field in ClassData.Method
86 public Method(int methodIndex, int accessFlags, int codeOffset) { in Method()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
H A DClassDataItem.java161 int codeOffset = reader.readSmallUleb128(); in makeAnnotator() local
165 out.annotateTo(reader.getOffset(), "code_off = code_item[0x%x]", codeOffset); in makeAnnotator() local
/aosp_15_r20/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
H A DMethodDefinition.java117 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition() local
138 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
H A DBuilderOffsetInstruction.java51 int codeOffset = internalGetCodeOffset(); in getCodeOffset() local
/aosp_15_r20/art/dexdump/
H A Ddexdump.cc1033 u4 codeOffset, u4 insnIdx, u4 insnWidth, in dumpInstruction()
1245 const dex::CodeItem* pCode, u4 codeOffset) { in dumpBytecodes()
1292 const dex::CodeItem* pCode, u4 codeOffset) { in dumpCode()
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
H A DComment.java58 final int codeOffset, in read()
H A DCodeComment.java63 final int codeOffset, in read()
/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
H A DModuleTargetAttribute.java71 final int codeOffset, in read()
H A DModuleResolutionAttribute.java97 final int codeOffset, in read()
/aosp_15_r20/art/dexlist/
H A Ddexlist.cc91 u4 codeOffset) { in dumpMethod()
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DClassReader.java1263 int codeOffset = 0; in readMethod() local
1536 final MethodVisitor methodVisitor, final Context context, final int codeOffset) { in readCode()

12345