Searched refs:new_annotation_value (Results 1 – 1 of 1) sorted by relevance
599 DexFile::AnnotationValue new_annotation_value; in ProcessAnnotationValue() local603 &new_annotation_value, in ProcessAnnotationValue()609 ObjPtr<mirror::Object> obj = new_annotation_value.value_.GetL(); in ProcessAnnotationValue()613 switch (new_annotation_value.type_) { in ProcessAnnotationValue()616 i, new_annotation_value.value_.GetB()); in ProcessAnnotationValue()620 i, new_annotation_value.value_.GetS()); in ProcessAnnotationValue()624 i, new_annotation_value.value_.GetC()); in ProcessAnnotationValue()628 i, new_annotation_value.value_.GetI()); in ProcessAnnotationValue()632 i, new_annotation_value.value_.GetJ()); in ProcessAnnotationValue()636 i, new_annotation_value.value_.GetF()); in ProcessAnnotationValue()[all …]