Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc441 if (!VerifyAnnotationSetRefList(orig_param->GetAnnotations(), in VerifyParameterAnnotations()
442 output_param->GetAnnotations(), in VerifyParameterAnnotations()
Ddex_writer.cc455 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset(); in WriteAnnotationsDirectories()
Ddex_ir.h1197 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations() function