Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddex_ir.h1217 parameter_annotations_(parameter_annotations) { } in AnnotationsDirectoryItem()
1222 ParameterAnnotationVector* GetParameterAnnotations() { return parameter_annotations_.get(); } in GetParameterAnnotations()
1230 std::unique_ptr<ParameterAnnotationVector> parameter_annotations_; // This can be nullptr. variable