Searched refs:PreciseReferenceType (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 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()
|
D | reg_type_cache.h | 117 const PreciseReferenceType& JavaLangClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 118 const PreciseReferenceType& JavaLangString() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | reg_type_cache.cc | 188 entry = new PreciseReferenceType(klass, descriptor_sp.as_string(), entries_.size()); in From() 232 entry = new PreciseReferenceType(klass, descriptor, entries_.size()); in FromClass() 462 entry = new PreciseReferenceType(klass, uninit_type.GetDescriptor(), entries_.size()); in FromUninitialized()
|
D | reg_type.cc | 303 PreciseReferenceType::PreciseReferenceType(mirror::Class* klass, const std::string& descriptor, in PreciseReferenceType() function in art::verifier::PreciseReferenceType 361 std::string PreciseReferenceType::Dump() const { in Dump()
|
D | reg_type.h | 800 class PreciseReferenceType FINAL : public RegType { 802 PreciseReferenceType(mirror::Class* klass, const std::string& descriptor,
|