Searched refs:makeJumpList (Results 1 – 1 of 1) sorted by relevance
1078 List<Branch> jumps = makeJumpList(code, code.length, pointers); in changeLdcToLdcW()1122 List<Branch> jumps = makeJumpList(code, code.length, pointers); in insertGapCore0w()1179 private static List<Branch> makeJumpList(byte[] code, int endPos, Pointers ptrs) in makeJumpList() method in CodeIterator