Searched refs:JUMP4 (Results 1 – 1 of 1) sorted by relevance
891 branches.put (ip, new JUMP4 (opcode, target)); in visit()1634 static final class JUMP4 extends Branch // _goto_w, _jsr_w class in InstrVisitor1636 JUMP4 (final int opcode, final int target) in JUMP4() method in InstrVisitor.JUMP4