Lines Matching refs:ReflectiveHandle
183 std::string PrettyGeneric(ReflectiveHandle<ArtMethod> f) { in PrettyGeneric()
191 std::string PrettyGeneric(ReflectiveHandle<ArtField> f) { in PrettyGeneric()
197 bool IsObsolete(ReflectiveHandle<ArtType> t) REQUIRES_SHARED(Locks::mutator_lock_);
199 bool IsObsolete(ReflectiveHandle<ArtField> t ATTRIBUTE_UNUSED) { in IsObsolete()
203 bool IsObsolete(ReflectiveHandle<ArtMethod> t) { in IsObsolete()
209 ArtType* Canonicalize(ReflectiveHandle<ArtType> t) REQUIRES_SHARED(Locks::mutator_lock_);
211 ArtField* Canonicalize(ReflectiveHandle<ArtField> t) { in Canonicalize()
215 ArtMethod* Canonicalize(ReflectiveHandle<ArtMethod> t) { in Canonicalize()
255 ReflectiveHandle<ArtField> t ATTRIBUTE_UNUSED) { in GetLinearSearchStartId()
260 size_t JniIdManager::GetLinearSearchStartId<ArtMethod>(ReflectiveHandle<ArtMethod> m) { in GetLinearSearchStartId()
270 uintptr_t JniIdManager::EncodeGenericId(ReflectiveHandle<ArtType> t) { in EncodeGenericId()
373 jfieldID JniIdManager::EncodeFieldId(ReflectiveHandle<ArtField> field) { in EncodeFieldId()
386 jmethodID JniIdManager::EncodeMethodId(ReflectiveHandle<ArtMethod> method) { in EncodeMethodId()