Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc554 constexpr int32_t kTestConstantValue = 10; in TEST_F() local
556 const RegType& precise_cst = cache_new.FromCat1Const(kTestConstantValue, true); in TEST_F()
557 const RegType& imprecise_cst = cache_new.FromCat1Const(kTestConstantValue, false); in TEST_F()
588 constexpr int32_t kTestConstantValue = 10; in TEST_F() local
591 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F()
592 const RegType& imprecise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, false); in TEST_F()
593 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true); in TEST_F()
594 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false); in TEST_F()
649 constexpr int32_t kTestConstantValue = 10; in TEST_F() local
652 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F()
[all …]