Searched refs:insertGapCore1 (Results 1 – 1 of 1) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca); in insertGapCore0() 808 return insertGapCore1(code, where, (gapLength + 3) & ~3, in insertGapCore0() 817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1() method in CodeIterator
|