Lines Matching refs:testCmp
70 // Wrappers around methods located in file TestCmp.smali.
73 Method m = testCmp.getMethod("$opt$CmpLongConstants");
77 Method m = testCmp.getMethod("$opt$CmpGtFloatConstants");
81 Method m = testCmp.getMethod("$opt$CmpLtFloatConstants");
85 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstants");
89 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstants");
94 Method m = testCmp.getMethod("$opt$CmpLongSameConstant");
98 Method m = testCmp.getMethod("$opt$CmpGtFloatSameConstant");
102 Method m = testCmp.getMethod("$opt$CmpLtFloatSameConstant");
106 Method m = testCmp.getMethod("$opt$CmpGtDoubleSameConstant");
110 Method m = testCmp.getMethod("$opt$CmpLtDoubleSameConstant");
115 Method m = testCmp.getMethod("$opt$CmpGtFloatConstantWithNaN");
119 Method m = testCmp.getMethod("$opt$CmpLtFloatConstantWithNaN");
123 Method m = testCmp.getMethod("$opt$CmpGtDoubleConstantWithNaN");
127 Method m = testCmp.getMethod("$opt$CmpLtDoubleConstantWithNaN");
1640 testCmp = Class.forName("TestCmp");
1643 private Class<?> testCmp;