Searched refs:GetEnclosingMethod (Results 1 – 5 of 5) sorted by relevance
75 if (annotations::GetEnclosingMethod(declaring_class) == nullptr && !declaring_class->IsEnum()) { in Parameter_getAnnotationNative()
108 if (annotations::GetEnclosingMethod(declaring_class) != nullptr || in Executable_getParameterAnnotationsNative()
771 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass); in Class_getEnclosingConstructorNative()791 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass); in Class_getEnclosingMethodNative()
124 ObjPtr<mirror::Object> GetEnclosingMethod(Handle<mirror::Class> klass)
1557 ObjPtr<mirror::Object> GetEnclosingMethod(Handle<mirror::Class> klass) { in GetEnclosingMethod() function