Searched refs:annotation_obj (Results 1 – 1 of 1) sorted by relevance
922 ObjPtr<mirror::Object> annotation_obj = ProcessEncodedAnnotation(klass, &annotation); in ProcessAnnotationSet() local923 if (annotation_obj != nullptr) { in ProcessAnnotationSet()924 result->SetWithoutChecks<false>(dest_index, annotation_obj); in ProcessAnnotationSet()