HomeSort by relevance Sort by last modified time
    Searched refs:gapLength (Results 1 - 9 of 9) sorted by null

  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 683 * @param gapLength gap length
685 public void appendGap(int gapLength) {
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,
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,
    [all...]
ExceptionTable.java 251 void shiftPc(int where, int gapLength, boolean exclusive) {
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,
264 pc += gapLength;
LineNumberAttribute.java 172 void shiftPc(int where, int gapLength, boolean exclusive) {
178 ByteArray.write16bit(pc + gapLength, info, pos);
LocalVariableAttribute.java 180 void shiftPc(int where, int gapLength, boolean exclusive) {
190 ByteArray.write16bit(pc + gapLength, info, pos);
192 ByteArray.write16bit(len + gapLength, info, pos + 2);
  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 30 void add(int32_t gapStart, int64_t gapLength) {
32 while(i>0 && gapLength>gapLengths[i-1]) {
46 gapLengths[i]=gapLength;
58 int64_t gapLength(int32_t i) const { return gapLengths[i]; }
142 maxLength-=gaps.gapLength(i);
154 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex));
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 715 milliseconds