Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h126 inline const PreciseReferenceType& RegTypeCache::JavaLangClass() { in JavaLangClass()
131 return *down_cast<const PreciseReferenceType*>(result); in JavaLangClass()
134 inline const PreciseReferenceType& RegTypeCache::JavaLangString() { in JavaLangString()
140 return *down_cast<const PreciseReferenceType*>(result); in JavaLangString()
143 inline const PreciseReferenceType& RegTypeCache::JavaLangInvokeMethodHandle() { in JavaLangInvokeMethodHandle()
148 return *down_cast<const PreciseReferenceType*>(result); in JavaLangInvokeMethodHandle()
151 inline const PreciseReferenceType& RegTypeCache::JavaLangInvokeMethodType() { in JavaLangInvokeMethodType()
156 return *down_cast<const PreciseReferenceType*>(result); in JavaLangInvokeMethodType()
165 return *down_cast<const PreciseReferenceType*>(result); in JavaLangThrowable()
176 return *down_cast<const PreciseReferenceType*>(result); in JavaLangObject()
Dreg_type_cache.h54 class PreciseReferenceType; variable
133 const PreciseReferenceType& JavaLangClass() REQUIRES_SHARED(Locks::mutator_lock_);
134 const PreciseReferenceType& JavaLangString() REQUIRES_SHARED(Locks::mutator_lock_);
135 const PreciseReferenceType& JavaLangInvokeMethodHandle() REQUIRES_SHARED(Locks::mutator_lock_);
136 const PreciseReferenceType& JavaLangInvokeMethodType() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc208 new (&allocator_) PreciseReferenceType(klass, AddString(sv_descriptor), entries_.size()); in From()
264 new (&allocator_) PreciseReferenceType(klass, descriptor, entries_.size())) in InsertClass()
566 entry = new (&allocator_) PreciseReferenceType(klass, in FromUninitialized()
Dreg_type.cc322 PreciseReferenceType::PreciseReferenceType(ObjPtr<mirror::Class> klass, in PreciseReferenceType() function in art::verifier::PreciseReferenceType
384 std::string PreciseReferenceType::Dump() const { in Dump()
Dreg_type.h1053 class PreciseReferenceType final : public RegType {
1055 PreciseReferenceType(ObjPtr<mirror::Class> klass,