Home
last modified time | relevance | path

Searched refs:MethodAnnotationVector (Results 1 – 5 of 5) sorted by relevance

/art/dexlayout/
Ddex_verify.h57 bool VerifyMethodAnnotations(dex_ir::MethodAnnotationVector* orig,
58 dex_ir::MethodAnnotationVector* output,
Ddex_ir.h1189 using MethodAnnotationVector = std::vector<std::unique_ptr<MethodAnnotation>>; variable
1212 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.
Ddex_verify.cc368 bool VerifyMethodAnnotations(dex_ir::MethodAnnotationVector* orig, in VerifyMethodAnnotations()
369 dex_ir::MethodAnnotationVector* output, in VerifyMethodAnnotations()
Ddex_ir_builder.cc752 MethodAnnotationVector* method_annotations = nullptr; in CreateAnnotationsDirectoryItem()
754 method_annotations = new MethodAnnotationVector(); in CreateAnnotationsDirectoryItem()
Ddexlayout.cc718 dex_ir::MethodAnnotationVector* methods = annotations_directory->GetMethodAnnotations(); in DumpClassAnnotations()