Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1084 byte[] r = insertGap2w(code, 0, 0, false, jumps, pointers); in changeLdcToLdcW()
1123 byte[] r = insertGap2w(code, where, gapLength, exclusive, jumps, pointers); in insertGapCore0w()
1138 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w() method in CodeIterator