Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc449 int32_t val = ConstantValueHi(); in Dump()
462 int32_t val = ConstantValueHi(); in Dump()
829 int32_t val1 = type1.ConstantValueHi(); in Merge()
830 int32_t val2 = type2.ConstantValueHi(); in Merge()
Dreg_type_cache.cc651 (down_cast<const ConstantType*>(cur_entry))->ConstantValueHi() == value) { in FromCat2ConstHi()
Dreg_type.h724 int32_t ConstantValueHi() const { in ConstantValueHi() function