Searched defs:annotation_value (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc1309 AnnotationValue annotation_value; local
1315 if (!ProcessAnnotationValue(h_klass, &annotation, &annotation_value, return_type, kAllObjects)) {
1318 return annotation_value.value_.GetL();
1479 AnnotationValue annotation_value; local
1482 &annotation_value,
1487 if (annotation_value.type_ != kDexAnnotationMethod) {
1494 klass->GetDexFile(), annotation_value.value_.GetI(), dex_cache, class_loader);
1529 AnnotationValue annotation_value; local
1532 &annotation_value,
1537 if (annotation_value
1559 AnnotationValue annotation_value; local
1613 AnnotationValue annotation_value; local
1698 AnnotationValue annotation_value; local
1836 ProcessAnnotationValue(Handle<mirror::Class> klass, const uint8_t** annotation_ptr, AnnotationValue* annotation_value, Handle<mirror::Class> array_class, DexFile::AnnotationResultStyle result_style) const argument
[all...]

Completed in 291 milliseconds