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()173 return *down_cast<const PreciseReferenceType*>(result); in JavaLangObject()
58 class PreciseReferenceType; variable127 const PreciseReferenceType& JavaLangClass() REQUIRES_SHARED(Locks::mutator_lock_);128 const PreciseReferenceType& JavaLangString() REQUIRES_SHARED(Locks::mutator_lock_);129 const PreciseReferenceType& JavaLangInvokeMethodHandle() REQUIRES_SHARED(Locks::mutator_lock_);130 const PreciseReferenceType& JavaLangInvokeMethodType() REQUIRES_SHARED(Locks::mutator_lock_);
204 entry = new (&allocator_) PreciseReferenceType(handles_.NewHandle(klass), in From()266 new (&allocator_) PreciseReferenceType(handles_.NewHandle(klass), in InsertClass()491 entry = new (&allocator_) PreciseReferenceType(handles_.NewHandle(klass), in FromUninitialized()
128 PreciseReferenceType::PreciseReferenceType(Handle<mirror::Class> klass, in PreciseReferenceType() function in art::verifier::PreciseReferenceType190 std::string PreciseReferenceType::Dump() const { in Dump()
902 class PreciseReferenceType final : public RegType {904 PreciseReferenceType(Handle<mirror::Class> klass,