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