Home
last modified time | relevance | path

Searched refs:insertGap2 (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive); in insertGapCore1()
853 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2() method in CodeIterator