Lines Matching refs:getMethod
54 Method m = testCmp.getMethod("$opt$CmpLongConstants"); in smaliCmpLongConstants()
58 Method m = testCmp.getMethod("$opt$CmpGtFloatConstants"); in smaliCmpGtFloatConstants()
62 Method m = testCmp.getMethod("$opt$CmpLtFloatConstants"); in smaliCmpLtFloatConstants()
66 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstants"); in smaliCmpGtDoubleConstants()
70 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstants"); in smaliCmpLtDoubleConstants()
75 Method m = testCmp.getMethod("$opt$CmpLongSameConstant"); in smaliCmpLongSameConstant()
79 Method m = testCmp.getMethod("$opt$CmpGtFloatSameConstant"); in smaliCmpGtFloatSameConstant()
83 Method m = testCmp.getMethod("$opt$CmpLtFloatSameConstant"); in smaliCmpLtFloatSameConstant()
87 Method m = testCmp.getMethod("$opt$CmpGtDoubleSameConstant"); in smaliCmpGtDoubleSameConstant()
91 Method m = testCmp.getMethod("$opt$CmpLtDoubleSameConstant"); in smaliCmpLtDoubleSameConstant()
96 Method m = testCmp.getMethod("$opt$CmpGtFloatConstantWithNaN"); in smaliCmpGtFloatConstantWithNaN()
100 Method m = testCmp.getMethod("$opt$CmpLtFloatConstantWithNaN"); in smaliCmpLtFloatConstantWithNaN()
104 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstantWithNaN"); in smaliCmpGtDoubleConstantWithNaN()
108 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstantWithNaN"); in smaliCmpLtDoubleConstantWithNaN()
113 Method m = Class.forName("TestCmp").getMethod("IntAddition2"); in smaliIntAddition2()
117 Method m = Class.forName("TestCmp").getMethod("IntAddition2AddAndMove"); in smaliIntAddition2AddAndMove()
121 Method m = Class.forName("TestCmp").getMethod("JumpsAndConditionals", boolean.class); in smaliJumpsAndConditionals()
126 Method m = Class.forName("TestCmp").getMethod("And0", int.class); in smaliAnd0()
131 Method m = Class.forName("TestCmp").getMethod("OrAllOnes", int.class); in smaliOrAllOnes()