Searched refs:getFamily (Results 1 – 6 of 6) sorted by relevance
497 int family = dop.getFamily(); in findFormatForInsn()549 dop = Dops.getOrNull(dop.getFamily(), format); in massageInstructions()607 dop = Dops.getOrNull(dop.getFamily(), currentFormat); in performExpansion()680 if (dop.getFamily() == DalvOps.GOTO) { in fixBranches()691 dop = Dops.getOrNull(dop.getFamily(), newFormat); in fixBranches()
95 public int getFamily() { in getFamily() method in Dop
204 (insn.getOpcode().getFamily() == DalvOps.INVOKE_STATIC); in getOutsSize()
106 public int getFamily() { in getFamily() method in Dop
203 (insn.getOpcode().getFamily() == Opcodes.INVOKE_STATIC); in getOutsSize()210 if (insn.getOpcode().getFamily() != Opcodes.INVOKE_POLYMORPHIC) { in getOutsSize()
779 if (opcode.getFamily() == Opcodes.GOTO) { in fixBranches()