Home
last modified time | relevance | path

Searched defs:targetOffset (Results 1 – 22 of 22) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java111 … int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); in MethodDefinition() local
132 … int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); in MethodDefinition() local
248 public Instruction findSwitchPayload(int targetOffset, Opcode type) { in findSwitchPayload()
277 public int findPayloadOffset(int targetOffset, Opcode type) { in findPayloadOffset()
/external/smali/smalidea/src/main/java/org/jf/smalidea/util/
DInstructionUtils.java46 @NotNull SmaliMethod method, @NotNull Opcode opcode, int targetOffset) { in findFirstInstructionWithTarget()
/external/proguard/src/proguard/optimize/peephole/
DGotoReturnReplacer.java83 int targetOffset = offset + branchInstruction.branchOffset; in visitBranchInstruction() local
DGotoGotoReplacer.java85 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
DBranchTargetFinder.java555 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
692 int targetOffset = offset + jumpOffset; in markBranchTarget() local
705 int targetOffset = offset + jumpOffset; in markBranchSubroutineStart() local
DGotoCommonCodeReplacer.java107 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java68 int targetOffset = target.arrayOffset(); in decodeLoop() local
226 int targetOffset = target.arrayOffset(); in encodeLoop() local
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java139 final int targetOffset, in copyTo()
/external/icu/libicu/cts_headers/
Dunits_converter.h90 double targetOffset = 0; member
/external/icu/icu4c/source/i18n/
Dunits_converter.h90 double targetOffset = 0; member
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java647 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo()
660 byte[] target, int sourceOffset, int targetOffset, int numberToCopy); in copyToInternal()
1338 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
1575 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
DNioByteString.java110 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
DUnsafeUtil.java236 static void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
564 public abstract void copyMemory(byte[] src, long srcIndex, long targetOffset, long length); in copyMemory()
649 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
DRopeByteString.java386 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DparseConst.cpp157 int targetOffset = index + c * matrixRows + r; in visitConstantUnion() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseConst.cpp157 int targetOffset = index + c * matrixRows + r; in visitConstantUnion() local
/external/llvm-project/lld/COFF/
DChunks.h635 RuntimePseudoReloc(Defined *sym, SectionChunk *target, uint32_t targetOffset, in RuntimePseudoReloc()
641 uint32_t targetOffset; variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DConversionRates.java67 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DConversionRates.java71 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset() local
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_charset_NativeConverter.cpp238 jint* targetOffset = &myData[1]; in NativeConverter_encode() local
294 jint* targetOffset = &myData[1]; in NativeConverter_decode() local
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp184 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp3047 int64_t targetOffset = sourceOffset; in inferResultType() local