Searched defs:ProcessAnnotationSet (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc1214 return ProcessAnnotationSet(field_class, annotation_set, kDexVisibilityRuntime);
1337 return ProcessAnnotationSet(method_class, annotation_set, kDexVisibilityRuntime);
1412 return ProcessAnnotationSet(klass, annotation_set, kDexVisibilityRuntime);
1752 mirror::ObjectArray<mirror::Object>* DexFile::ProcessAnnotationSet(Handle<mirror::Class> klass, function in class:art::DexFile
1827 mirror::Object* annotation_set = ProcessAnnotationSet(klass, set_item, kDexVisibilityRuntime);

Completed in 54 milliseconds