Searched refs:method_annotations (Results 1 – 3 of 3) sorted by relevance
751 MethodAnnotationVector* method_annotations = nullptr; in CreateAnnotationsDirectoryItem() local753 method_annotations = new MethodAnnotationVector(); in CreateAnnotationsDirectoryItem()761 method_annotations->push_back(std::make_unique<MethodAnnotation>( in CreateAnnotationsDirectoryItem()784 method_annotations, in CreateAnnotationsDirectoryItem()
1212 MethodAnnotationVector* method_annotations, in AnnotationsDirectoryItem() argument1216 method_annotations_(method_annotations), in AnnotationsDirectoryItem()
292 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod() local293 if (method_annotations == nullptr) { in FindAnnotationSetForMethod()298 if (method_annotations[i].method_idx_ == method_index) { in FindAnnotationSetForMethod()299 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]); in FindAnnotationSetForMethod()