Home
last modified time | relevance | path

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

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