Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h787 { encoded_annotation_.reset(encoded_annotation); } in SetEncodedAnnotation()
804 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); } in GetEncodedAnnotation()
806 EncodedAnnotation* ReleaseEncodedAnnotation() { return encoded_annotation_.release(); } in ReleaseEncodedAnnotation()
827 std::unique_ptr<EncodedAnnotation> encoded_annotation_; variable