Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.h61 bool VerifyParameterAnnotations(dex_ir::ParameterAnnotationVector* orig,
62 dex_ir::ParameterAnnotationVector* output,
Ddex_ir.h1206 using ParameterAnnotationVector = std::vector<std::unique_ptr<ParameterAnnotation>>; variable
1213 ParameterAnnotationVector* parameter_annotations) in AnnotationsDirectoryItem()
1222 ParameterAnnotationVector* GetParameterAnnotations() { return parameter_annotations_.get(); } in GetParameterAnnotations()
1230 std::unique_ptr<ParameterAnnotationVector> parameter_annotations_; // This can be nullptr.
Ddex_verify.cc409 bool VerifyParameterAnnotations(dex_ir::ParameterAnnotationVector* orig, in VerifyParameterAnnotations()
410 dex_ir::ParameterAnnotationVector* output, in VerifyParameterAnnotations()
Ddex_ir_builder.cc768 ParameterAnnotationVector* parameter_annotations = nullptr; in CreateAnnotationsDirectoryItem()
770 parameter_annotations = new ParameterAnnotationVector(); in CreateAnnotationsDirectoryItem()
Ddexlayout.cc719 dex_ir::ParameterAnnotationVector* parameters = annotations_directory->GetParameterAnnotations(); in DumpClassAnnotations()