Searched refs:PreciseReferenceType (Results 1 – 5 of 5) sorted by relevance
83 inline const PreciseReferenceType& RegTypeCache::JavaLangClass() { in JavaLangClass()86 return *down_cast<const PreciseReferenceType*>(result); in JavaLangClass()89 inline const PreciseReferenceType& RegTypeCache::JavaLangString() { in JavaLangString()94 return *down_cast<const PreciseReferenceType*>(result); in JavaLangString()102 return *down_cast<const PreciseReferenceType*>(result); in JavaLangThrowable()114 return *down_cast<const PreciseReferenceType*>(result); in JavaLangObject()
128 const PreciseReferenceType& JavaLangClass() SHARED_REQUIRES(Locks::mutator_lock_);129 const PreciseReferenceType& JavaLangString() SHARED_REQUIRES(Locks::mutator_lock_);
201 entry = new (&arena_) PreciseReferenceType(klass, AddString(sp_descriptor), entries_.size()); in From()252 new (&arena_) PreciseReferenceType(klass, descriptor, entries_.size())) in InsertClass()523 entry = new (&arena_) PreciseReferenceType(klass, in FromUninitialized()
301 PreciseReferenceType::PreciseReferenceType(mirror::Class* klass, const StringPiece& descriptor, in PreciseReferenceType() function in art::verifier::PreciseReferenceType361 std::string PreciseReferenceType::Dump() const { in Dump()
804 class PreciseReferenceType FINAL : public RegType {806 PreciseReferenceType(mirror::Class* klass, const StringPiece& descriptor,