Searched refs:MethodAnnotation (Results 1 – 6 of 6) sorted by relevance
27 public MethodAnnotation[] methodAnnotations;45 methodAnnotations = new MethodAnnotation[annotatedMethodsSize]; in read()47 (methodAnnotations[i] = new MethodAnnotation()).read(file); in read()72 for (MethodAnnotation methodAnnotation : methodAnnotations) { in write()91 for (MethodAnnotation methodAnnotation : methodAnnotations) { in incrementIndex()
21 public class MethodAnnotation implements RawDexObject { class
1174 class MethodAnnotation {1176 MethodAnnotation(MethodId* method_id, AnnotationSetItem* annotation_set_item) in MethodAnnotation() function1186 DISALLOW_COPY_AND_ASSIGN(MethodAnnotation);1189 using MethodAnnotationVector = std::vector<std::unique_ptr<MethodAnnotation>>;
390 dex_ir::MethodAnnotation* orig_method = (*orig)[i].get(); in VerifyMethodAnnotations()391 dex_ir::MethodAnnotation* output_method = (*output)[i].get(); in VerifyMethodAnnotations()
444 for (std::unique_ptr<dex_ir::MethodAnnotation>& method : in WriteAnnotationsDirectories()
761 method_annotations->push_back(std::make_unique<MethodAnnotation>( in CreateAnnotationsDirectoryItem()