Searched refs:method_annotations (Results 1 – 3 of 3) sorted by relevance
513 MethodAnnotationVector* method_annotations = nullptr; in CreateAnnotationsDirectoryItem() local515 method_annotations = new MethodAnnotationVector(); in CreateAnnotationsDirectoryItem()523 method_annotations->push_back(std::unique_ptr<MethodAnnotation>( in CreateAnnotationsDirectoryItem()542 class_annotation, field_annotations, method_annotations, parameter_annotations); in CreateAnnotationsDirectoryItem()
1232 MethodAnnotationVector* method_annotations, in AnnotationsDirectoryItem() argument1236 method_annotations_(method_annotations), in AnnotationsDirectoryItem()
273 const DexFile::MethodAnnotationsItem* method_annotations = in FindAnnotationSetForMethod() local275 if (method_annotations == nullptr) { in FindAnnotationSetForMethod()280 if (method_annotations[i].method_idx_ == method_index) { in FindAnnotationSetForMethod()281 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]); in FindAnnotationSetForMethod()