Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h125 inline const PreciseReferenceType& RegTypeCache::JavaLangClass() { in JavaLangClass()
128 return *down_cast<const PreciseReferenceType*>(result); in JavaLangClass()
131 inline const PreciseReferenceType& RegTypeCache::JavaLangString() { in JavaLangString()
136 return *down_cast<const PreciseReferenceType*>(result); in JavaLangString()
139 inline const PreciseReferenceType& RegTypeCache::JavaLangInvokeMethodHandle() { in JavaLangInvokeMethodHandle()
143 return *down_cast<const PreciseReferenceType*>(result); in JavaLangInvokeMethodHandle()
146 inline const PreciseReferenceType& RegTypeCache::JavaLangInvokeMethodType() { in JavaLangInvokeMethodType()
150 return *down_cast<const PreciseReferenceType*>(result); in JavaLangInvokeMethodType()
158 return *down_cast<const PreciseReferenceType*>(result); in JavaLangThrowable()
170 return *down_cast<const PreciseReferenceType*>(result); in JavaLangObject()
Dreg_type_cache.h54 class PreciseReferenceType; variable
129 const PreciseReferenceType& JavaLangClass() REQUIRES_SHARED(Locks::mutator_lock_);
130 const PreciseReferenceType& JavaLangString() REQUIRES_SHARED(Locks::mutator_lock_);
131 const PreciseReferenceType& JavaLangInvokeMethodHandle() REQUIRES_SHARED(Locks::mutator_lock_);
132 const PreciseReferenceType& JavaLangInvokeMethodType() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc207 new (&allocator_) PreciseReferenceType(klass, AddString(sp_descriptor), entries_.size()); in From()
263 new (&allocator_) PreciseReferenceType(klass, descriptor, entries_.size())) in InsertClass()
563 entry = new (&allocator_) PreciseReferenceType(klass, in FromUninitialized()
Dreg_type.cc308 PreciseReferenceType::PreciseReferenceType(mirror::Class* klass, const StringPiece& descriptor, in PreciseReferenceType() function in art::verifier::PreciseReferenceType
369 std::string PreciseReferenceType::Dump() const { in Dump()
Dreg_type.h1035 class PreciseReferenceType FINAL : public RegType {
1037 PreciseReferenceType(mirror::Class* klass, const StringPiece& descriptor,