Searched refs:targetOffset (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DGotoGotoReplacer.java85 int targetOffset = offset + branchOffset;
90 !codeAttributeEditor.isModified(targetOffset))
93 InstructionFactory.create(codeAttribute.code, targetOffset);
H A DGotoReturnReplacer.java83 int targetOffset = offset + branchInstruction.branchOffset;
86 !codeAttributeEditor.isModified(targetOffset))
89 targetOffset);
H A DGotoCommonCodeReplacer.java107 int targetOffset = offset + branchOffset;
110 int commonCount = commonByteCodeCount(codeAttribute, offset, targetOffset);
113 !exceptionBoundary(codeAttribute, offset, targetOffset))
117 System.out.println("GotoCommonCodeReplacer: "+clazz.getName()+"."+method.getName(clazz)+" (["+(offset-commonCount)+"] - "+branchInstruction.toString(offset)+" -> "+targetOffset+")");
H A DBranchTargetFinder.java551 int targetOffset = offset + branchOffset;
573 markBranchSubroutineStart(offset, branchOffset, targetOffset);
673 int targetOffset = offset + jumpOffset;
675 instructionMarks[targetOffset] |= BRANCH_TARGET;
686 int targetOffset = offset + jumpOffset;
690 if (subroutineStarts[targetOffset] == UNKNOWN)
696 if (subroutineStart > targetOffset)
698 subroutineStart = targetOffset;
706 subroutineStarts[targetOffset] = subroutineStart;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java99 int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset();
101 targetOffset = findSwitchPayload(targetOffset, Opcode.PACKED_SWITCH_PAYLOAD);
106 packedSwitchMap.append(targetOffset, codeOffset);
111 int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset();
113 targetOffset = findSwitchPayload(targetOffset, Opcode.SPARSE_SWITCH_PAYLOAD);
120 sparseSwitchMap.append(targetOffset, codeOffset);
208 public int findSwitchPayload(int targetOffset, Opcode type) { argument
211 targetIndex = instructionOffsetMap.getInstructionIndexAtCodeOffset(targetOffset);
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DByteStringMicro.java135 * @param targetOffset offset within the target buffer
139 final int targetOffset,
141 System.arraycopy(bytes, sourceOffset, target, targetOffset, size);
138 copyTo(final byte[] target, final int sourceOffset, final int targetOffset, final int size) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.cpp38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
44 , m_targetOffset(targetOffset)
55 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
58 return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
120 IntPoint FEConvolveMatrix::targetOffset() const function in class:blink::FEConvolveMatrix
125 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset) argument
127 if (m_targetOffset == targetOffset)
129 m_targetOffset = targetOffset;
37 FEConvolveMatrix(Filter* filter, const IntSize& kernelSize, float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) argument
54 create(Filter* filter, const IntSize& kernelSize, float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) argument
H A DFEConvolveMatrix.h60 IntPoint targetOffset() const;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java187 * @param targetOffset offset within the target buffer
191 final int targetOffset,
193 System.arraycopy(bytes, sourceOffset, target, targetOffset, size);
190 copyTo(final byte[] target, final int sourceOffset, final int targetOffset, final int size) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp142 FloatPoint targetOffset(
146 view->setScrollPosition(flooredIntPoint(targetOffset));
148 FloatPoint remainder = FloatPoint(targetOffset - view->scrollPosition());
H A DFrameView.cpp1449 IntPoint targetOffset(
1453 setScrollPosition(targetOffset);
1456 IntPoint remainder = IntPoint(targetOffset - scrollPosition());
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3838 milliseconds