Home
last modified time | relevance | path

Searched refs:IsProxyClass (Results 1 – 18 of 18) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_AbstractMethod.cc33 if (method->GetDeclaringClass()->IsProxyClass()) { in AbstractMethod_getDeclaredAnnotations()
47 if (method->GetDeclaringClass()->IsProxyClass()) { in AbstractMethod_getSignatureAnnotation()
60 if (method->GetDeclaringClass()->IsProxyClass()) { in AbstractMethod_isAnnotationPresentNative()
Djava_lang_reflect_Method.cc35 if (method->GetDeclaringClass()->IsProxyClass()) { in Method_getAnnotationNative()
56 if (method->GetDeclaringClass()->IsProxyClass()) { in Method_getExceptionTypes()
93 if (method->GetDeclaringClass()->IsProxyClass()) { in Method_getParameterAnnotationsNative()
Djava_lang_Class.cc423 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_getDeclaredAnnotation()
435 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_getDeclaredAnnotations()
451 if (!klass->IsProxyClass() && klass->GetDexCache() != nullptr) { in Class_getDeclaredClasses()
477 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_getEnclosingClass()
487 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_getEnclosingConstructorNative()
504 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_getEnclosingMethodNative()
528 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_getInnerClassName()
542 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_getSignatureAnnotation()
553 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_isAnonymousClass()
568 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in Class_isDeclaredAnnotationPresent()
[all …]
Djava_lang_reflect_Field.cc422 if (field->GetDeclaringClass()->IsProxyClass()) { in Field_getAnnotationNative()
432 if (field->GetDeclaringClass()->IsProxyClass()) { in Field_getDeclaredAnnotations()
446 if (field->GetDeclaringClass()->IsProxyClass()) { in Field_getSignatureAnnotation()
458 if (field->GetDeclaringClass()->IsProxyClass()) { in Field_isAnnotationPresentNative()
/art/runtime/
Dproxy_test.cc124 ASSERT_TRUE(proxy_class->IsProxyClass()); in TEST_F()
160 ASSERT_TRUE(proxyClass->IsProxyClass()); in TEST_F()
211 ASSERT_TRUE(proxyClass0->IsProxyClass()); in TEST_F()
214 ASSERT_TRUE(proxyClass1->IsProxyClass()); in TEST_F()
Dart_field.cc51 DCHECK(GetDeclaringClass()->IsProxyClass()); in ProxyFindSystemClass()
Dart_field-inl.h258 if (UNLIKELY(GetDeclaringClass()->IsProxyClass())) { in GetName()
269 if (UNLIKELY(GetDeclaringClass()->IsProxyClass())) { in GetTypeDescriptor()
293 if (UNLIKELY(declaring_class->IsProxyClass())) { in GetType()
Dart_method-inl.h399 return GetDeclaringClass()->IsProxyClass(); in IsProxyMethod()
446 if (UNLIKELY(klass->IsProxyClass())) { in VisitRoots()
Dclass_linker.cc4277 DCHECK(proxy_class->IsProxyClass()); in GetDescriptorForProxy()
4284 DCHECK(proxy_class->IsProxyClass()); in FindMethodForProxy()
8073 DCHECK(!klass->IsProxyClass()); in GetResolvedClasses()
/art/runtime/mirror/
Dfield.cc59 if (UNLIKELY(declaring_class->IsProxyClass())) { in GetArtField()
Dfield-inl.h61 if (field->GetDeclaringClass()->IsProxyClass()) { in CreateFromArtField()
Dclass.cc817 } else if (IsProxyClass()) { in GetDescriptor()
861 } else if (klass->IsProxyClass()) { in GetDirectInterface()
902 if (dex_cache != nullptr && !IsProxyClass()) { in GetLocation()
1021 DCHECK(IsProxyClass()); in ProxyDescriptorEquals()
1169 if (h_this->IsProxyClass() || h_this->GetDexCache() == nullptr) { in GetInnerClassFlags()
Dclass-inl.h806 } else if (IsProxyClass()) { in DescriptorEquals()
824 CHECK(IsProxyClass()); in GetInterfaces()
833 CHECK(IsProxyClass()); in GetThrows()
899 } else if (IsProxyClass()) { in NumDirectInterfaces()
Dclass.h364 bool IsProxyClass() SHARED_REQUIRES(Locks::mutator_lock_) { in IsProxyClass() function
/art/compiler/optimizing/
Dinliner.cc197 DCHECK(cls->IsProxyClass()) << PrettyClass(cls); in FindClassIndexIn()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc843 DCHECK(receiver->GetClass()->IsProxyClass()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
/art/runtime/interpreter/
Dunstarted_runtime.cc350 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) { in UnstartedClassGetEnclosingClass()
/art/runtime/gc/
Dheap.cc758 } else if (UNLIKELY(klass->IsProxyClass<kVerifyNone>())) { in SafeGetClassDescriptor()