Searched refs:new_annotation_value (Results 1 – 1 of 1) sorted by relevance
598 DexFile::AnnotationValue new_annotation_value; in ProcessAnnotationValue() local602 &new_annotation_value, in ProcessAnnotationValue()608 mirror::Object* obj = new_annotation_value.value_.GetL(); in ProcessAnnotationValue()612 switch (new_annotation_value.type_) { in ProcessAnnotationValue()615 i, new_annotation_value.value_.GetB()); in ProcessAnnotationValue()619 i, new_annotation_value.value_.GetS()); in ProcessAnnotationValue()623 i, new_annotation_value.value_.GetC()); in ProcessAnnotationValue()627 i, new_annotation_value.value_.GetI()); in ProcessAnnotationValue()631 i, new_annotation_value.value_.GetJ()); in ProcessAnnotationValue()635 i, new_annotation_value.value_.GetF()); in ProcessAnnotationValue()[all …]