Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc353 ObjPtr<mirror::Object> ProcessEncodedAnnotation(const ClassData& klass, const uint8_t** annotation) in ProcessEncodedAnnotation() function
677 element_object = ProcessEncodedAnnotation(klass, &annotation); in ProcessAnnotationValue()
829 return ProcessEncodedAnnotation(klass, &annotation); in GetAnnotationObjectFromAnnotationSet()
943 ObjPtr<mirror::Object> annotation_obj = ProcessEncodedAnnotation(klass, &annotation); in ProcessAnnotationSet()