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.cc599 DexFile::AnnotationValue new_annotation_value; in ProcessAnnotationValue() local
603 &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 …]