Searched refs:PreciseReferenceType (Results 1 – 5 of 5) sorted by relevance
120 inline const PreciseReferenceType& RegTypeCache::JavaLangClass() { in JavaLangClass()123 return *down_cast<const PreciseReferenceType*>(result); in JavaLangClass()126 inline const PreciseReferenceType& RegTypeCache::JavaLangString() { in JavaLangString()131 return *down_cast<const PreciseReferenceType*>(result); in JavaLangString()139 return *down_cast<const PreciseReferenceType*>(result); in JavaLangThrowable()151 return *down_cast<const PreciseReferenceType*>(result); in JavaLangObject()
52 class PreciseReferenceType; variable126 const PreciseReferenceType& JavaLangClass() REQUIRES_SHARED(Locks::mutator_lock_);127 const PreciseReferenceType& JavaLangString() REQUIRES_SHARED(Locks::mutator_lock_);
200 entry = new (&arena_) PreciseReferenceType(klass, AddString(sp_descriptor), entries_.size()); in From()256 new (&arena_) PreciseReferenceType(klass, descriptor, entries_.size())) in InsertClass()529 entry = new (&arena_) PreciseReferenceType(klass, in FromUninitialized()
306 PreciseReferenceType::PreciseReferenceType(mirror::Class* klass, const StringPiece& descriptor, in PreciseReferenceType() function in art::verifier::PreciseReferenceType367 std::string PreciseReferenceType::Dump() const { in Dump()
991 class PreciseReferenceType FINAL : public RegType {993 PreciseReferenceType(mirror::Class* klass, const StringPiece& descriptor,