Searched defs:gapLength (Results 1 – 7 of 7) 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/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 30 void add(int32_t gapStart, int64_t gapLength) { in add() 58 int64_t gapLength(int32_t i) const { return gapLengths[i]; } in gapLength() function in __anon152eccaa0111::LargestGaps
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | denseranges.cpp | 30 void add(int32_t gapStart, int64_t gapLength) { in add() 58 int64_t gapLength(int32_t i) const { return gapLengths[i]; } in gapLength() function in __anonaaef9b360111::LargestGaps
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BoxPainter.cpp | 1721 float gapLength = dashLength; in drawBoxSideFromPath() local
|