Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_metrics_record.cc60 const char* element_name, in ReadInt32Attribute() argument
67 return Errorf("Expected Odrefresh metric {}.{} is not an int32", element_name, attribute_name); in ReadInt32Attribute()
73 element_name, in ReadInt32Attribute()
/art/runtime/dex/
Ddex_file_annotations.cc277 const char* element_name = in SearchEncodedAnnotation() local
279 if (strcmp(name, element_name) == 0) { in SearchEncodedAnnotation()
1802 const char* element_name) { in getRecordAnnotationElement() argument
1815 SearchEncodedAnnotation(dex_file, annotation_item->annotation_, element_name); in getRecordAnnotationElement()
1900 const char* element_name, in VisitElement() argument
1907 element_name, annotation_value.type_, annotation_value.value_); in VisitElement()
1918 const char* element_name, in VisitEncodedValue() argument
1931 VisitElement(visitor, element_name, depth, element_index, annotation_value); in VisitEncodedValue()
1934 DCHECK(!is_consumed) << " unexpected consumption of array-typed element '" << element_name in VisitEncodedValue()
1945 klass, dex_file, annotation_ptr, visitor, element_name, next_depth, i); in VisitEncodedValue()
[all …]
Ddex_file_annotations.h156 const char* element_name)
199 virtual VisitorStatus VisitAnnotationElement(const char* element_name,
/art/runtime/native/
Djava_lang_Class.cc838 jstring element_name, in Class_getRecordAnnotationElement() argument
841 ScopedUtfChars name(env, element_name); in Class_getRecordAnnotationElement()
/art/runtime/
Dclass_linker.cc9649 annotations::VisitorStatus VisitAnnotationElement(const char* element_name, in VisitAnnotationElement() argument
9658 if (strcmp(element_name, "componentNames") == 0) { in VisitAnnotationElement()
9661 } else if (strcmp(element_name, "componentTypes") == 0) { in VisitAnnotationElement()
9664 } else if (strcmp(element_name, "componentSignatures") == 0) { in VisitAnnotationElement()
9667 } else if (strcmp(element_name, "componentAnnotationVisibilities") == 0) { in VisitAnnotationElement()
9670 } else if (strcmp(element_name, "componentAnnotations") == 0) { in VisitAnnotationElement()
9685 SetErrorMsg(StringPrintf("%s must be array type", element_name)); in VisitAnnotationElement()