Lines Matching refs:getMethod

58     Method m = testCmp.getMethod("$opt$CmpLongConstants");  in smaliCmpLongConstants()
62 Method m = testCmp.getMethod("$opt$CmpGtFloatConstants"); in smaliCmpGtFloatConstants()
66 Method m = testCmp.getMethod("$opt$CmpLtFloatConstants"); in smaliCmpLtFloatConstants()
70 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstants"); in smaliCmpGtDoubleConstants()
74 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstants"); in smaliCmpLtDoubleConstants()
79 Method m = testCmp.getMethod("$opt$CmpLongSameConstant"); in smaliCmpLongSameConstant()
83 Method m = testCmp.getMethod("$opt$CmpGtFloatSameConstant"); in smaliCmpGtFloatSameConstant()
87 Method m = testCmp.getMethod("$opt$CmpLtFloatSameConstant"); in smaliCmpLtFloatSameConstant()
91 Method m = testCmp.getMethod("$opt$CmpGtDoubleSameConstant"); in smaliCmpGtDoubleSameConstant()
95 Method m = testCmp.getMethod("$opt$CmpLtDoubleSameConstant"); in smaliCmpLtDoubleSameConstant()
100 Method m = testCmp.getMethod("$opt$CmpGtFloatConstantWithNaN"); in smaliCmpGtFloatConstantWithNaN()
104 Method m = testCmp.getMethod("$opt$CmpLtFloatConstantWithNaN"); in smaliCmpLtFloatConstantWithNaN()
108 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstantWithNaN"); in smaliCmpGtDoubleConstantWithNaN()
112 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstantWithNaN"); in smaliCmpLtDoubleConstantWithNaN()
117 Method m = Class.forName("TestCmp").getMethod("IntAddition2"); in smaliIntAddition2()
121 Method m = Class.forName("TestCmp").getMethod("IntAddition2AddAndMove"); in smaliIntAddition2AddAndMove()
125 Method m = Class.forName("TestCmp").getMethod("JumpsAndConditionals", boolean.class); in smaliJumpsAndConditionals()