Home
last modified time | relevance | path

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

12

/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/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
DMethodDefinition.java118 … int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); in MethodDefinition() local
139 … int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); in MethodDefinition() local
247 public Instruction findSwitchPayload(int targetOffset, Opcode type) { in findSwitchPayload()
276 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
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
DGotoGotoReplacer.java85 int targetOffset = offset + branchOffset; in visitBranchInstruction() 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/apache-commons-io/src/main/java/org/apache/commons/io/input/buffer/
DCircularByteBuffer.java239 public void read(final byte[] targetBuffer, final int targetOffset, final int length) { in read()
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java139 final int targetOffset, in copyTo()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseConst.cpp157 int targetOffset = index + c * matrixRows + r; in visitConstantUnion() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DparseConst.cpp157 int targetOffset = index + c * matrixRows + r; in visitConstantUnion() local
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java731 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo()
744 byte[] target, int sourceOffset, int targetOffset, int numberToCopy); in copyToInternal()
1435 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
1672 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
DNioByteString.java111 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
DUnsafeUtil.java241 static void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
607 public abstract void copyMemory(byte[] src, long srcIndex, long targetOffset, long length); in copyMemory()
745 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
862 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
987 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java731 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo()
744 byte[] target, int sourceOffset, int targetOffset, int numberToCopy); in copyToInternal()
1435 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
1672 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
DNioByteString.java111 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
DUnsafeUtil.java241 static void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
607 public abstract void copyMemory(byte[] src, long srcIndex, long targetOffset, long length); in copyMemory()
745 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
862 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
987 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
/external/icu/icu4c/source/i18n/
Dunits_converter.h112 double targetOffset = 0; member
/external/icu/libicu/cts_headers/
Dunits_converter.h112 double targetOffset = 0; member
/external/cronet/third_party/icu/source/i18n/
Dunits_converter.h112 double targetOffset = 0; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DConversionRates.java72 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DConversionRates.java76 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset() local
/external/flatbuffers/ts/flexbuffers/
Dbuilder.ts41 const targetOffset = this.offset + newValueSize; constant
/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

12