Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/util/
DInstructionUtils.java46 @NotNull SmaliMethod method, @NotNull Opcode opcode, int targetOffset) { in findFirstInstructionWithTarget()
/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/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/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java593 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, in copyTo()
609 int targetOffset, int numberToCopy); in copyToInternal()
1288 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
1524 protected void copyToInternal(byte[] target, int sourceOffset, int targetOffset, in copyToInternal()
DNioByteString.java108 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
DRopeByteString.java344 int targetOffset, int numberToCopy) { in copyToInternal()