Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc422 int32_t val = ConstantValueLo(); in Dump()
436 int32_t val = ConstantValueLo(); in Dump()
681 int32_t val1 = type1.ConstantValueLo(); in Merge()
682 int32_t val2 = type2.ConstantValueLo(); in Merge()
Dreg_type_cache.cc623 (down_cast<const ConstantType*>(cur_entry))->ConstantValueLo() == value) { in FromCat2ConstLo()
Dreg_type.h741 int32_t ConstantValueLo() const { in ConstantValueLo() function