Searched refs:PreciseReferenceType (Results 1 – 5 of 5) sorted by relevance
127 inline const PreciseReferenceType& RegTypeCache::JavaLangClass() { in JavaLangClass()132 return *down_cast<const PreciseReferenceType*>(result); in JavaLangClass()135 inline const PreciseReferenceType& RegTypeCache::JavaLangString() { in JavaLangString()141 return *down_cast<const PreciseReferenceType*>(result); in JavaLangString()144 inline const PreciseReferenceType& RegTypeCache::JavaLangInvokeMethodHandle() { in JavaLangInvokeMethodHandle()149 return *down_cast<const PreciseReferenceType*>(result); in JavaLangInvokeMethodHandle()152 inline const PreciseReferenceType& RegTypeCache::JavaLangInvokeMethodType() { in JavaLangInvokeMethodType()157 return *down_cast<const PreciseReferenceType*>(result); in JavaLangInvokeMethodType()166 return *down_cast<const PreciseReferenceType*>(result); in JavaLangThrowable()177 return *down_cast<const PreciseReferenceType*>(result); in JavaLangObject()
57 class PreciseReferenceType; variable139 const PreciseReferenceType& JavaLangClass() REQUIRES_SHARED(Locks::mutator_lock_);140 const PreciseReferenceType& JavaLangString() REQUIRES_SHARED(Locks::mutator_lock_);141 const PreciseReferenceType& JavaLangInvokeMethodHandle() REQUIRES_SHARED(Locks::mutator_lock_);142 const PreciseReferenceType& JavaLangInvokeMethodType() REQUIRES_SHARED(Locks::mutator_lock_);
213 new (&allocator_) PreciseReferenceType(klass, AddString(sv_descriptor), entries_.size()); in From()269 new (&allocator_) PreciseReferenceType(klass, descriptor, entries_.size())) in InsertClass()577 entry = new (&allocator_) PreciseReferenceType(klass, in FromUninitialized()
322 PreciseReferenceType::PreciseReferenceType(ObjPtr<mirror::Class> klass, in PreciseReferenceType() function in art::verifier::PreciseReferenceType384 std::string PreciseReferenceType::Dump() const { in Dump()
1031 class PreciseReferenceType final : public RegType {1033 PreciseReferenceType(ObjPtr<mirror::Class> klass,