Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h661 { encoded_annotation_.reset(encoded_annotation); } in SetEncodedAnnotation()
678 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); } in GetEncodedAnnotation()
680 EncodedAnnotation* ReleaseEncodedAnnotation() { return encoded_annotation_.release(); } in ReleaseEncodedAnnotation()
701 std::unique_ptr<EncodedAnnotation> encoded_annotation_; variable