Searched refs:MethodAnnotationVector (Results 1 – 5 of 5) sorted by relevance
57 bool VerifyMethodAnnotations(dex_ir::MethodAnnotationVector* orig,58 dex_ir::MethodAnnotationVector* output,
1189 using MethodAnnotationVector = std::vector<std::unique_ptr<MethodAnnotation>>; variable1212 MethodAnnotationVector* method_annotations, in AnnotationsDirectoryItem()1221 MethodAnnotationVector* GetMethodAnnotations() { return method_annotations_.get(); } in GetMethodAnnotations()1229 std::unique_ptr<MethodAnnotationVector> method_annotations_; // This can be nullptr.
368 bool VerifyMethodAnnotations(dex_ir::MethodAnnotationVector* orig, in VerifyMethodAnnotations()369 dex_ir::MethodAnnotationVector* output, in VerifyMethodAnnotations()
751 MethodAnnotationVector* method_annotations = nullptr; in CreateAnnotationsDirectoryItem()753 method_annotations = new MethodAnnotationVector(); in CreateAnnotationsDirectoryItem()
717 dex_ir::MethodAnnotationVector* methods = annotations_directory->GetMethodAnnotations(); in DumpClassAnnotations()