Searched refs:GetEnclosingMethod (Results 1 – 5 of 5) sorted by relevance
75 if (annotations::GetEnclosingMethod(declaring_class) == nullptr && !declaring_class->IsEnum()) { in Parameter_getAnnotationNative()
105 if (annotations::GetEnclosingMethod(declaring_class) != nullptr || in Executable_getParameterAnnotationsNative()
702 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass); in Class_getEnclosingConstructorNative()719 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass); in Class_getEnclosingMethodNative()
99 mirror::Object* GetEnclosingMethod(Handle<mirror::Class> klass)
1423 mirror::Object* GetEnclosingMethod(Handle<mirror::Class> klass) { in GetEnclosingMethod() function