Home
last modified time | relevance | path

Searched refs:GetEnclosingMethod (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Parameter.cc75 if (annotations::GetEnclosingMethod(declaring_class) == nullptr && !declaring_class->IsEnum()) { in Parameter_getAnnotationNative()
Djava_lang_reflect_Executable.cc108 if (annotations::GetEnclosingMethod(declaring_class) != nullptr || in Executable_getParameterAnnotationsNative()
Djava_lang_Class.cc769 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass); in Class_getEnclosingConstructorNative()
789 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass); in Class_getEnclosingMethodNative()
/art/runtime/dex/
Ddex_file_annotations.h124 ObjPtr<mirror::Object> GetEnclosingMethod(Handle<mirror::Class> klass)
Ddex_file_annotations.cc1595 ObjPtr<mirror::Object> GetEnclosingMethod(Handle<mirror::Class> klass) { in GetEnclosingMethod() function