Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc293 if (!VerifyAnnotationSet(orig->GetClassAnnotation(), output->GetClassAnnotation(), error_msg)) { in VerifyAnnotationsDirectory()
346 if (!VerifyAnnotationSet(orig_field->GetAnnotationSetItem(), in VerifyFieldAnnotations()
387 if (!VerifyAnnotationSet(orig_method->GetAnnotationSetItem(), in VerifyMethodAnnotations()
451 if (!VerifyAnnotationSet((*orig_items)[i], (*output_items)[i], error_msg)) { in VerifyAnnotationSetRefList()
458 bool VerifyAnnotationSet(dex_ir::AnnotationSetItem* orig, in VerifyAnnotationSet() function
Ddex_verify.h68 bool VerifyAnnotationSet(dex_ir::AnnotationSetItem* orig,