Searched refs:new_annotation_value (Results 1 – 1 of 1) sorted by relevance
600 DexFile::AnnotationValue new_annotation_value; in ProcessAnnotationValue() local604 &new_annotation_value, in ProcessAnnotationValue()610 ObjPtr<mirror::Object> obj = new_annotation_value.value_.GetL(); in ProcessAnnotationValue()614 switch (new_annotation_value.type_) { in ProcessAnnotationValue()617 i, new_annotation_value.value_.GetB()); in ProcessAnnotationValue()621 i, new_annotation_value.value_.GetS()); in ProcessAnnotationValue()625 i, new_annotation_value.value_.GetC()); in ProcessAnnotationValue()629 i, new_annotation_value.value_.GetI()); in ProcessAnnotationValue()633 i, new_annotation_value.value_.GetJ()); in ProcessAnnotationValue()637 i, new_annotation_value.value_.GetF()); in ProcessAnnotationValue()[all …]