Searched defs:gapLength (Results 1 – 6 of 6) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 706 public void appendGap(int gapLength) { in appendGap() 816 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0() 837 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1() 873 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2() 994 int gapLength, boolean exclusive) { in newOffset() 1034 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc() 1061 void shiftForSwitch(int where, int gapLength) throws BadBytecode { in shiftForSwitch() 1114 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w() 1138 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w() 1241 int where, int gapLength) in makeExapndedCode() [all …]
|
D | ExceptionTable.java | 243 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() 251 private static int shiftPc(int pc, int where, int gapLength, in shiftPc()
|
D | LineNumberAttribute.java | 174 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
|
D | LocalVariableAttribute.java | 184 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 32 void add(int32_t gapStart, int64_t gapLength) { in add() 60 int64_t gapLength(int32_t i) const { return gapLengths[i]; } in gapLength() function in __anon4cf461ba0111::LargestGaps
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GapString.java | 18 private int gapLength = 10; field in GapString
|