Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h796 class PreciseConstHiType final : public ConstantType {
798 PreciseConstHiType(uint32_t constant, uint16_t cache_id) in PreciseConstHiType() function
Dreg_type_cache.cc657 entry = new (&allocator_) PreciseConstHiType(value, entries_.size()); in FromCat2ConstHi()
Dreg_type.cc447 std::string PreciseConstHiType::Dump() const { in Dump()