Home | History | Annotate | Download | only in runtime

Lines Matching full:method_class

1328   Handle<mirror::Class> method_class(hs.NewHandle(method->GetDeclaringClass()));
1329 return GetAnnotationObjectFromAnnotationSet(method_class, annotation_set,
1336 Handle<mirror::Class> method_class(hs.NewHandle(method->GetDeclaringClass()));
1337 return ProcessAnnotationSet(method_class, annotation_set, kDexVisibilityRuntime);
1346 Handle<mirror::Class> method_class(hs.NewHandle(method->GetDeclaringClass()));
1347 return GetThrowsValue(method_class, annotation_set);
1362 Handle<mirror::Class> method_class(hs.NewHandle(method->GetDeclaringClass()));
1363 return ProcessAnnotationSetRefList(method_class, set_ref_list, size);
1373 Handle<mirror::Class> method_class(hs.NewHandle(method->GetDeclaringClass()));
1374 return GetSignatureValue(method_class, annotation_set);
1384 Handle<mirror::Class> method_class(hs.NewHandle(method->GetDeclaringClass()));
1386 method_class, annotation_set, kDexVisibilityRuntime, annotation_class);