Home
last modified time | relevance | path

Searched refs:new_annotation_value (Results 1 – 1 of 1) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc615 DexFile::AnnotationValue new_annotation_value; in ProcessAnnotationValue() local
619 &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 …]