Searched defs:jumps (Results 1 – 7 of 7) sorted by relevance
134 void jumps() { in jumps() function
1049 ArrayList jumps = makeJumpList(code, code.length); in changeLdcToLdcW() local1060 private static void addLdcW(CodeAttribute.LdcEntry ldcs, ArrayList jumps) { in addLdcW()1111 boolean exclusive, ArrayList jumps, Pointers ptrs) in insertGap2w()1157 ArrayList jumps = new ArrayList(); in makeJumpList() local1215 private static byte[] makeExapndedCode(byte[] code, ArrayList jumps, in makeExapndedCode()
35 void jumps() { in jumps() function
181 unsigned jumps = 0, jump1 = 0, jumpr = 0; in check() local
53 private final List<Jump> jumps = new ArrayList<Jump>(); field in MethodAnalyzer
521 ir_jump* jumps[2]; in visit() local
304 struct sljit_jump *jumps; member