Searched refs:makeJumpList (Results 1 – 1 of 1) sorted by relevance
1049 ArrayList jumps = makeJumpList(code, code.length); in changeLdcToLdcW()1093 ArrayList jumps = makeJumpList(code, code.length); in insertGapCore0w()1154 private static ArrayList makeJumpList(byte[] code, int endPos) in makeJumpList() method in CodeIterator