Home
last modified time | relevance | path

Searched defs:targetOffset (Results 1 – 25 of 26) 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/smali/smalidea/src/main/java/org/jf/smalidea/util/
DInstructionUtils.java46 @NotNull SmaliMethod method, @NotNull Opcode opcode, int targetOffset) { in findFirstInstructionWithTarget()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DIndexData.java58 public void updateIndices (int targetOffset, short[] indices, int offset, int count); in updateIndices()
DIndexArray.java89 public void updateIndices (int targetOffset, short[] indices, int offset, int count) { in updateIndices()
DVertexData.java53 public void updateVertices (int targetOffset, float[] vertices, int sourceOffset, int count); in updateVertices()
DIndexBufferObject.java140 public void updateIndices (int targetOffset, short[] indices, int offset, int count) { in updateIndices()
DIndexBufferObjectSubData.java146 public void updateIndices (int targetOffset, short[] indices, int offset, int count) { in updateIndices()
DVertexArray.java90 public void updateVertices (int targetOffset, float[] vertices, int sourceOffset, int count) { in updateVertices()
DVertexBufferObjectSubData.java136 public void updateVertices (int targetOffset, float[] vertices, int sourceOffset, int count) { in updateVertices()
DVertexBufferObjectWithVAO.java119 public void updateVertices (int targetOffset, float[] vertices, int sourceOffset, int count) { in updateVertices()
DVertexBufferObject.java153 public void updateVertices (int targetOffset, float[] vertices, int sourceOffset, int count) { in updateVertices()
/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/protobuf/java/src/main/java/com/google/protobuf/
DBoundedByteString.java120 int targetOffset, int numberToCopy) { in copyToInternal()
DByteString.java479 public void copyTo(byte[] target, int sourceOffset, int targetOffset, in copyTo()
510 int targetOffset, int numberToCopy); in copyToInternal()
DLiteralByteString.java114 int targetOffset, int numberToCopy) { in copyToInternal()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
DIndexBufferObject.java124 public void updateIndices (int targetOffset, short[] indices, int offset, int count) { in updateIndices()
DVertexBufferObject.java122 public void updateVertices (int targetOffset, float[] vertices, int sourceOffset, int count) { in updateVertices()
DVertexBufferObjectWithVAO.java116 public void updateVertices (int targetOffset, float[] vertices, int sourceOffset, int count) { in updateVertices()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java65 int targetOffset = target.arrayOffset(); in decodeLoop() local
221 int targetOffset = target.arrayOffset(); in encodeLoop() local
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java139 final int targetOffset, in copyTo()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DVBOWithVAOPerformanceTest.java378 public void updateVertices(int targetOffset, float[] vertices, int sourceOffset, int count) { in updateVertices()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DMesh.java205 public Mesh updateVertices (int targetOffset, float[] source) { in updateVertices()
214 public Mesh updateVertices (int targetOffset, float[] source, int sourceOffset, int count) { in updateVertices()

12