Home
last modified time | relevance | path

Searched refs:method_annotations (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h91 const dex::MethodAnnotationsItem& method_annotations);
99 const dex::MethodAnnotationsItem& method_annotations);
Ddex_file_annotations.cc295 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod() local
296 if (method_annotations == nullptr) { in FindAnnotationSetForMethod()
301 if (method_annotations[i].method_idx_ == method_index) { in FindAnnotationSetForMethod()
302 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]); in FindAnnotationSetForMethod()
1331 … const dex::MethodAnnotationsItem& method_annotations) { in GetNativeMethodAnnotationAccessFlags() argument
1333 dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in GetNativeMethodAnnotationAccessFlags()
1357 const dex::MethodAnnotationsItem& method_annotations) { in MethodIsNeverCompile() argument
1358 return MethodIsNeverCompile(dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in MethodIsNeverCompile()
/art/runtime/
Dclass_linker.cc4127 const dex::MethodAnnotationsItem* method_annotations = mai->AdvanceTo(dex_method_idx); in LoadMethod() local
4128 if (method_annotations != nullptr) { in LoadMethod()
4130 annotations::GetNativeMethodAnnotationAccessFlags(dex_file, *method_annotations); in LoadMethod()
4148 const dex::MethodAnnotationsItem* method_annotations = mai->AdvanceTo(dex_method_idx); in LoadMethod() local
4149 if (method_annotations != nullptr && in LoadMethod()
4150 annotations::MethodIsNeverCompile(dex_file, *method_annotations)) { in LoadMethod()