Searched refs:IFJUMP2 (Results 1 – 1 of 1) sorted by relevance
788 branches.put (ip, new IFJUMP2 (opcode, target)); in visit()1656 static final class IFJUMP2 extends Branch // _ifxxx class in InstrVisitor1658 IFJUMP2 (final int opcode, final int target) in IFJUMP2() method in InstrVisitor.IFJUMP2