Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc255 int32_t val = ConstantValueHi(); in Dump()
268 int32_t val = ConstantValueHi(); in Dump()
635 int32_t val1 = type1.ConstantValueHi(); in Merge()
636 int32_t val2 = type2.ConstantValueHi(); in Merge()
Dreg_type_cache.cc568 (down_cast<const ConstantType*>(cur_entry))->ConstantValueHi() == value) { in FromCat2ConstHi()
Dreg_type.h606 int32_t ConstantValueHi() const { in ConstantValueHi() function