Searched defs:gapLength (Results 1 – 5 of 5) sorted by relevance
| /external/javassist/src/main/javassist/bytecode/ |
| D | CodeIterator.java | 685 public void appendGap(int gapLength) { in appendGap() 796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0() 817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1() 853 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2() 974 int gapLength, boolean exclusive) { in newOffset() 1014 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc() 1086 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w() 1110 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w() 1216 int where, int gapLength) in makeExapndedCode() 1270 void shift(int where, int gapLength, boolean exclusive) { in shift() [all …]
|
| D | ExceptionTable.java | 251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() 261 private static int shiftPc(int pc, int where, int gapLength, in shiftPc()
|
| D | LineNumberAttribute.java | 172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
|
| D | LocalVariableAttribute.java | 180 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
|
| /external/webkit/Source/WebCore/rendering/ |
| D | RenderBoxModelObject.cpp | 1479 float gapLength = dashLength; in drawBoxSideFromPath() local
|