Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc519 if (cur_entry->IsConstantLo() && (cur_entry->IsPrecise() == precise) && in FromCat2ConstLo()
537 if (cur_entry->IsConstantHi() && (cur_entry->IsPrecise() == precise) && in FromCat2ConstHi()
Dreg_type.h83 bool IsPrecise() const { in IsPrecise() function