Home
last modified time | relevance | path

Searched defs:annotation_class (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc426 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class*>(annotationClass))); in Class_getDeclaredAnnotation() local
571 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class*>(annotationType))); in Class_isDeclaredAnnotationPresent() local
/art/runtime/
Ddex_file.cc1595 Handle<mirror::Class> annotation_class, const uint8_t** annotation) const { in CreateAnnotationMember()
2108 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local