Searched refs:GetJavaLangReflectArtMethod (Results 1 – 7 of 7) sorted by relevance
57 soa.AddLocalReference<jclass>(mirror::ArtMethod::GetJavaLangReflectArtMethod()); in GenerateProxyClass()
1210 method->SetDeclaringClass(mirror::ArtMethod::GetJavaLangReflectArtMethod()); in CreateImtConflictMethod()1234 method->SetDeclaringClass(mirror::ArtMethod::GetJavaLangReflectArtMethod()); in CreateResolutionMethod()1258 method->SetDeclaringClass(mirror::ArtMethod::GetJavaLangReflectArtMethod()); in CreateCalleeSaveMethod()
502 CHECK_EQ(method->GetClass(), mirror::ArtMethod::GetJavaLangReflectArtMethod()); in SanityCheckFrame()
1658 size_t art_method_object_size = mirror::ArtMethod::GetJavaLangReflectArtMethod()->GetObjectSize(); in InitFromImage()
516 this == ArtMethod::GetJavaLangReflectArtMethod()); in GetAccessFlags()653 return this == ArtMethod::GetJavaLangReflectArtMethod<kReadBarrierOption>(); in IsArtMethodClass()
45 inline Class* ArtMethod::GetJavaLangReflectArtMethod() { in GetJavaLangReflectArtMethod() function
496 static Class* GetJavaLangReflectArtMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);