HomeSort by relevance Sort by last modified time
    Searched full:imprecise_const (Results 1 - 1 of 1) sorted by null

  /art/runtime/verifier/
reg_type_test.cc 479 const RegType& imprecise_const = cache_new.FromCat1Const(10, false); local
482 EXPECT_TRUE(imprecise_const.IsImpreciseConstant());
484 EXPECT_FALSE(imprecise_const.Equals(precise_const));

Completed in 174 milliseconds