Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc185 entry = new PreciseReferenceType(klass, descriptor, entries_.size()); in From()
223 entry = new PreciseReferenceType(klass, descriptor, entries_.size()); in FromClass()
398 entry = new PreciseReferenceType(klass, uninit_type.GetDescriptor(), entries_.size()); in FromUninitialized()
Dreg_type.cc388 PreciseReferenceType::PreciseReferenceType(mirror::Class* klass, const std::string& descriptor, in PreciseReferenceType() function in art::verifier::PreciseReferenceType
440 std::string PreciseReferenceType::Dump() const { in Dump()
Dreg_type.h809 class PreciseReferenceType : public RegType {
811 PreciseReferenceType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)