Lines Matching refs:Method
17 import java.lang.reflect.Method;
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()