Lines Matching refs:testCmp
73 Method m = testCmp.getMethod("$opt$CmpLongConstants"); in smaliCmpLongConstants()
77 Method m = testCmp.getMethod("$opt$CmpGtFloatConstants"); in smaliCmpGtFloatConstants()
81 Method m = testCmp.getMethod("$opt$CmpLtFloatConstants"); in smaliCmpLtFloatConstants()
85 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstants"); in smaliCmpGtDoubleConstants()
89 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstants"); in smaliCmpLtDoubleConstants()
94 Method m = testCmp.getMethod("$opt$CmpLongSameConstant"); in smaliCmpLongSameConstant()
98 Method m = testCmp.getMethod("$opt$CmpGtFloatSameConstant"); in smaliCmpGtFloatSameConstant()
102 Method m = testCmp.getMethod("$opt$CmpLtFloatSameConstant"); in smaliCmpLtFloatSameConstant()
106 Method m = testCmp.getMethod("$opt$CmpGtDoubleSameConstant"); in smaliCmpGtDoubleSameConstant()
110 Method m = testCmp.getMethod("$opt$CmpLtDoubleSameConstant"); in smaliCmpLtDoubleSameConstant()
115 Method m = testCmp.getMethod("$opt$CmpGtFloatConstantWithNaN"); in smaliCmpGtFloatConstantWithNaN()
119 Method m = testCmp.getMethod("$opt$CmpLtFloatConstantWithNaN"); in smaliCmpLtFloatConstantWithNaN()
123 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstantWithNaN"); in smaliCmpGtDoubleConstantWithNaN()
127 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstantWithNaN"); in smaliCmpLtDoubleConstantWithNaN()
1640 testCmp = Class.forName("TestCmp"); in Main()
1643 private Class<?> testCmp; field in Main