Searched refs:gapLength (Results 1 - 11 of 11) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java683 * @param gapLength gap length
685 public void appendGap(int gapLength) { argument
688 byte[] newcode = new byte[codeLength + gapLength];
694 for (i = codeLength; i < codeLength + gapLength; ++i)
789 * The inserted gap is filled with NOP. gapLength may be extended to
796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, argument
800 if (gapLength <= 0)
804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca);
808 return insertGapCore1(code, where, (gapLength + 3) & ~3,
817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, argument
853 insertGap2(byte[] code, int where, int gapLength, int endPos, byte[] newcode, boolean exclusive) argument
973 newOffset(int i, int offset, int where, int gapLength, boolean exclusive) argument
1014 shiftPc(int where, int gapLength, boolean exclusive) argument
1086 insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca, Gap newWhere) argument
1110 insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, ArrayList jumps, Pointers ptrs) argument
1215 makeExapndedCode(byte[] code, ArrayList jumps, int where, int gapLength) argument
1270 shift(int where, int gapLength, boolean exclusive) argument
1275 shiftOffset(int i, int offset, int where, int gapLength, boolean exclusive) argument
1347 shift(int where, int gapLength, boolean exclusive) argument
1435 shift(int where, int gapLength, boolean exclusive) argument
1458 shift(int where, int gapLength, boolean exclusive) argument
[all...]
H A DExceptionTable.java251 void shiftPc(int where, int gapLength, boolean exclusive) { argument
255 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive);
256 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive);
257 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive);
261 private static int shiftPc(int pc, int where, int gapLength, argument
264 pc += gapLength;
H A DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { argument
178 ByteArray.write16bit(pc + gapLength, info, pos);
H A DLocalVariableAttribute.java180 void shiftPc(int where, int gapLength, boolean exclusive) { argument
190 ByteArray.write16bit(pc + gapLength, info, pos);
192 ByteArray.write16bit(len + gapLength, info, pos + 2);
/external/icu4c/tools/toolutil/
H A Ddenseranges.cpp30 void add(int32_t gapStart, int64_t gapLength) { argument
32 while(i>0 && gapLength>gapLengths[i-1]) {
46 gapLengths[i]=gapLength;
58 int64_t gapLength(int32_t i) const { return gapLengths[i]; } function in class:__anon18593::LargestGaps
142 maxLength-=gaps.gapLength(i);
154 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex));
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp1862 // and possibly the gapLength to get the corners dash-symmetrical.
1864 float gapLength = dashLength; local
1873 gapLength += (dashLength / numberOfGaps);
1878 lineDash.append(gapLength);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 149 milliseconds