Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc508 return VerifyEncodedAnnotation(orig->GetAnnotation(), in VerifyAnnotation()
509 output->GetAnnotation(), in VerifyAnnotation()
Ddex_writer.cc374 WriteEncodedAnnotation(stream, annotation->GetAnnotation()); in WriteAnnotations()
Ddex_ir.h1112 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation() function
Ddexlayout.cc699 DumpEncodedAnnotation(annotation->GetAnnotation()); in DumpAnnotationSetItem()