Searched refs:new_annotation_value (Results 1 – 1 of 1) sorted by relevance
615 DexFile::AnnotationValue new_annotation_value; in ProcessAnnotationValue() local619 &new_annotation_value, in ProcessAnnotationValue()625 ObjPtr<mirror::Object> obj = new_annotation_value.value_.GetL(); in ProcessAnnotationValue()629 switch (new_annotation_value.type_) { in ProcessAnnotationValue()632 i, new_annotation_value.value_.GetB()); in ProcessAnnotationValue()636 i, new_annotation_value.value_.GetS()); in ProcessAnnotationValue()640 i, new_annotation_value.value_.GetC()); in ProcessAnnotationValue()644 i, new_annotation_value.value_.GetI()); in ProcessAnnotationValue()648 i, new_annotation_value.value_.GetJ()); in ProcessAnnotationValue()652 i, new_annotation_value.value_.GetF()); in ProcessAnnotationValue()[all …]