Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc2005 AnnotationValue new_annotation_value; in ProcessAnnotationValue() local
2007 if (!ProcessAnnotationValue(klass, &annotation, &new_annotation_value, component_type, in ProcessAnnotationValue()
2012 mirror::Object* obj = new_annotation_value.value_.GetL(); in ProcessAnnotationValue()
2015 switch (new_annotation_value.type_) { in ProcessAnnotationValue()
2018 i, new_annotation_value.value_.GetB()); in ProcessAnnotationValue()
2022 i, new_annotation_value.value_.GetS()); in ProcessAnnotationValue()
2026 i, new_annotation_value.value_.GetC()); in ProcessAnnotationValue()
2030 i, new_annotation_value.value_.GetI()); in ProcessAnnotationValue()
2034 i, new_annotation_value.value_.GetJ()); in ProcessAnnotationValue()
2038 i, new_annotation_value.value_.GetF()); in ProcessAnnotationValue()
[all …]