Searched refs:method_annotations (Results 1 – 3 of 3) sorted by relevance
91 const dex::MethodAnnotationsItem& method_annotations);99 const dex::MethodAnnotationsItem& method_annotations);
295 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod() local296 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() argument1333 dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in GetNativeMethodAnnotationAccessFlags()1357 const dex::MethodAnnotationsItem& method_annotations) { in MethodIsNeverCompile() argument1358 return MethodIsNeverCompile(dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in MethodIsNeverCompile()
4127 const dex::MethodAnnotationsItem* method_annotations = mai->AdvanceTo(dex_method_idx); in LoadMethod() local4128 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() local4149 if (method_annotations != nullptr && in LoadMethod()4150 annotations::MethodIsNeverCompile(dex_file, *method_annotations)) { in LoadMethod()