Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc228 int32_t val = ConstantValueLo(); in Dump()
242 int32_t val = ConstantValueLo(); in Dump()
629 int32_t val1 = type1.ConstantValueLo(); in Merge()
630 int32_t val2 = type2.ConstantValueLo(); in Merge()
Dreg_type_cache.cc551 (down_cast<const ConstantType*>(cur_entry))->ConstantValueLo() == value) { in FromCat2ConstLo()
Dreg_type.h601 int32_t ConstantValueLo() const { in ConstantValueLo() function