Searched refs:branchingZMethod (Results 1 – 1 of 1) sorted by relevance
588 Method lt = branchingZMethod(Comparison.LT); in testBranchingZ()593 Method le = branchingZMethod(Comparison.LE); in testBranchingZ()598 Method eq = branchingZMethod(Comparison.EQ); in testBranchingZ()603 Method ge = branchingZMethod(Comparison.GE); in testBranchingZ()608 Method gt = branchingZMethod(Comparison.GT); in testBranchingZ()613 Method ne = branchingZMethod(Comparison.NE); in testBranchingZ()619 private Method branchingZMethod(Comparison comparison) throws Exception { in branchingZMethod() method in DexMakerTest