Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h708 class ImpreciseConstLoType final : public ConstantType {
710 ImpreciseConstLoType(Handle<mirror::Class> cls, uint32_t constant, uint16_t cache_id) in ImpreciseConstLoType() function
Dreg_type_cache.cc559 entry = new (&allocator_) ImpreciseConstLoType(null_handle_, value, entries_.size()); in FromCat2ConstLo()
Dreg_type.cc239 std::string ImpreciseConstLoType::Dump() const { in Dump()