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