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

/openjdk10/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.cpp69 AnnotationArray* fieldDescriptor::type_annotations() const { function in class:fieldDescriptor
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.hpp172 AnnotationArray* type_annotations() const { function in class:Method
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp1647 AnnotationArray* type_annotations = InstanceKlass::cast(k)->class_type_annotations(); variable
1667 AnnotationArray* type_annotations = m->type_annotations(); variable
/openjdk10/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp2471 oop java_lang_reflect_Method::type_annotations(oop method) { function in class:java_lang_reflect_Method
2613 oop java_lang_reflect_Constructor::type_annotations(oop constructor) { function in class:java_lang_reflect_Constructor
2737 oop java_lang_reflect_Field::type_annotations(oop field) { function in class:java_lang_reflect_Field

Completed in 296 milliseconds