Home
last modified time | relevance | path

Searched refs:testCmp (Results 1 – 1 of 1) sorted by relevance

/art/test/442-checker-constant-folding/src/
DMain.java58 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()
[all …]