Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h711 class ImpreciseConstLoType FINAL : public ConstantType {
713 ImpreciseConstLoType(uint32_t constant, uint16_t cache_id) in ImpreciseConstLoType() function
Dreg_type_cache.cc589 entry = new (&arena_) ImpreciseConstLoType(value, entries_.size()); in FromCat2ConstLo()
Dreg_type.cc416 std::string ImpreciseConstLoType::Dump() const { in Dump()