Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc517 constexpr int32_t kTestConstantValue = 10; in TEST_F() local
519 const RegType& precise_cst = cache_new.FromCat1Const(kTestConstantValue, true); in TEST_F()
520 const RegType& imprecise_cst = cache_new.FromCat1Const(kTestConstantValue, false); in TEST_F()
550 constexpr int32_t kTestConstantValue = 10; in TEST_F() local
553 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F()
554 const RegType& imprecise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, false); in TEST_F()
555 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true); in TEST_F()
556 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false); in TEST_F()
610 constexpr int32_t kTestConstantValue = 10; in TEST_F() local
613 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F()
[all …]