Home
last modified time | relevance | path

Searched defs:gapLength (Results 1 – 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java685 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 …]
DExceptionTable.java251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
261 private static int shiftPc(int pc, int where, int gapLength, in shiftPc()
DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
DLocalVariableAttribute.java180 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp32 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 __anon9dbd04d20111::LargestGaps