Searched refs:kAllObjects (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | dex_file.cc | 1315 if (!ProcessAnnotationValue(h_klass, &annotation, &annotation_value, return_type, kAllObjects)) { in GetAnnotationDefaultValue() 1534 kAllObjects)) { in GetInnerClass() 1614 if (!ProcessAnnotationValue(klass, annotation, &annotation_value, method_return, kAllObjects)) { in CreateAnnotationMember() 1699 if (!ProcessAnnotationValue(klass, &annotation, &annotation_value, array_class, kAllObjects)) { in GetAnnotationValue() 1911 if (result_style == kAllObjects) { in ProcessAnnotationValue() 2087 if (result_style == kAllObjects && primitive_type != Primitive::kPrimVoid) { in ProcessAnnotationValue()
|
D | dex_file.h | 407 kAllObjects, enumerator
|