Home
last modified time | relevance | path

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

12

/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()
DImmutableInstruction30t.java42 protected final int codeOffset; field in ImmutableInstruction30t
45 int codeOffset) { in ImmutableInstruction30t()
DImmutableInstruction10t.java43 protected final int codeOffset; field in ImmutableInstruction10t
46 int codeOffset) { in ImmutableInstruction10t()
DImmutableInstruction21t.java44 protected final int codeOffset; field in ImmutableInstruction21t
48 int codeOffset) { in ImmutableInstruction21t()
DImmutableInstruction31t.java44 protected final int codeOffset; field in ImmutableInstruction31t
48 int codeOffset) { in ImmutableInstruction31t()
DImmutableInstruction22t.java45 protected final int codeOffset; field in ImmutableInstruction22t
50 int codeOffset) { in ImmutableInstruction22t()
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()
/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
DDexBackedMethodImplementation.java55 protected final int codeOffset; field in DexBackedMethodImplementation
59 int codeOffset) { in DexBackedMethodImplementation()
DCDexBackedMethodImplementation.java39 @Nonnull DexBackedDexFile dexFile, @Nonnull DexBackedMethod method, int codeOffset) { in CDexBackedMethodImplementation()
DCDexBackedDexFile.java110 @Nonnull DexBackedDexFile dexFile, @Nonnull DexBackedMethod method, int codeOffset) { in createMethodImplementation()
DDexBackedMethod.java65 private final int codeOffset; field in DexBackedMethod
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
DClassDataItem.java161 int codeOffset = reader.readSmallUleb128(); in makeAnnotator() local
165 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/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DComment.java58 final int codeOffset, in read()
DCodeComment.java63 final int codeOffset, in read()
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DModuleTargetAttribute.java71 final int codeOffset, in read()
DModuleResolutionAttribute.java97 final int codeOffset, in read()
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
DMethodDefinition.java117 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition() local
138 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition() local
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DClassReader.java1263 int codeOffset = 0; in readMethod() local
1536 final MethodVisitor methodVisitor, final Context context, final int codeOffset) { in readCode()
/external/lzma/CPP/7zip/Archive/
DFatHandler.cpp133 int codeOffset = 0; in Parse() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkTypeUtil.inl274 …ationIndexEntry makePipelineCacheStageValidationIndexEntry (uint64_t codeSize, uint64_t codeOffset)
DvkStructTypes.inl755 uint64_t codeOffset; member
DvkVulkan_c.inl5083 uint64_t codeOffset; member

12