Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc922 ObjPtr<mirror::Object> annotation_obj = ProcessEncodedAnnotation(klass, &annotation); in ProcessAnnotationSet() local
923 if (annotation_obj != nullptr) { in ProcessAnnotationSet()
924 result->SetWithoutChecks<false>(dest_index, annotation_obj); in ProcessAnnotationSet()