Searched refs:ImpreciseConstLoType (Results 1 – 3 of 3) sorted by relevance
708 class ImpreciseConstLoType final : public ConstantType {710 ImpreciseConstLoType(Handle<mirror::Class> cls, uint32_t constant, uint16_t cache_id) in ImpreciseConstLoType() function
559 entry = new (&allocator_) ImpreciseConstLoType(null_handle_, value, entries_.size()); in FromCat2ConstLo()
239 std::string ImpreciseConstLoType::Dump() const { in Dump()