Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc428 if (!VerifyAnnotationSetRefList(orig_param->GetAnnotations(), in VerifyParameterAnnotations()
429 output_param->GetAnnotations(), in VerifyParameterAnnotations()
Ddex_writer.cc399 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset(); in WriteAnnotationsDirectories()
Ddex_ir.h1106 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations() function
Ddexlayout.cc767 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) { in DumpClassAnnotations()