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

/art/runtime/
H A Ddex_file.cc1199 Handle<mirror::Class> annotation_class) const {
1207 field_class, annotation_set, kDexVisibilityRuntime, annotation_class);
1228 bool DexFile::IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class)
1237 field_class, annotation_set, kDexVisibilityRuntime, annotation_class);
1322 Handle<mirror::Class> annotation_class) const {
1330 kDexVisibilityRuntime, annotation_class);
1377 bool DexFile::IsMethodAnnotationPresent(ArtMethod* method, Handle<mirror::Class> annotation_class)
1386 method_class, annotation_set, kDexVisibilityRuntime, annotation_class);
1400 Handle<mirror::Class> annotation_class) const {
1406 annotation_class);
1594 CreateAnnotationMember(Handle<mirror::Class> klass, Handle<mirror::Class> annotation_class, const uint8_t** annotation) const argument
[all...]

Completed in 172 milliseconds