Home
last modified time | relevance | path

Searched refs:method_annotations (Results 1 – 25 of 43) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp87 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
371 set_method_annotations(cm->method_annotations()); in copy_annotations_from()
430 sz->_methods_annotations_bytes += (a1 = sz->count_array(method_annotations())); in collect_statistics()
H A DconstMethod.hpp402 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
434 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp87 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
371 set_method_annotations(cm->method_annotations()); in copy_annotations_from()
430 sz->_methods_annotations_bytes += (a1 = sz->count_array(method_annotations())); in collect_statistics()
H A DconstMethod.hpp402 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
434 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp90 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
386 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
468 sz->_methods_annotations_bytes += (a1 = sz->count_array(method_annotations())); in collect_statistics()
H A DconstMethod.hpp437 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
469 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp90 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
386 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
468 sz->_methods_annotations_bytes += (a1 = sz->count_array(method_annotations())); in collect_statistics()
H A DconstMethod.hpp437 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
469 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstMethod.cpp90 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
386 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
466 sz->_methods_annotations_bytes += (a1 = sz->count_array(method_annotations())); in collect_statistics()
H A DconstMethod.hpp439 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
471 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstMethod.cpp90 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
386 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
468 sz->_methods_annotations_bytes += (a1 = sz->count_array(method_annotations())); in collect_statistics()
H A DconstMethod.hpp437 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
469 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstMethod.cpp90 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
386 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
468 sz->_methods_annotations_bytes += (a1 = sz->count_array(method_annotations())); in collect_statistics()
H A DconstMethod.hpp440 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
472 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstMethod.hpp427 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
459 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
H A DconstMethod.cpp90 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
386 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstMethod.hpp399 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
431 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
H A DconstMethod.cpp89 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
385 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstMethod.hpp435 AnnotationArray* method_annotations() const { in method_annotations() function in ConstMethod
467 return has_method_annotations() ? method_annotations()->length() : 0; in method_annotations_length()
H A DconstMethod.cpp89 MetadataFactory::free_array<u1>(loader_data, method_annotations()); in deallocate_contents()
385 a = copy_annotations(loader_data, cm->method_annotations(), CHECK); in copy_annotations_from()
/dports/devel/dbus-c++/dbus-cplusplus-0.9.1pw/tools/
H A Dgenerate_proxy.cpp208 Xml::Nodes method_annotations = method["annotation"]; in generate_proxy() local
209 …Xml::Nodes annotations_noreply = method_annotations.select("name", "org.freedesktop.DBus.Method.No… in generate_proxy()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dannotations.rs587 fn method_annotations() { in method_annotations() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dannotations.rs587 fn method_annotations() { in method_annotations() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp2210 AnnotationArray* method_annotations = m->constMethod()->method_annotations(); in rewrite_cp_refs_in_methods_annotations() local
2212 if (method_annotations == NULL || method_annotations->length() == 0) { in rewrite_cp_refs_in_methods_annotations()
2218 if (!rewrite_cp_refs_in_annotations_typeArray(method_annotations, byte_i, in rewrite_cp_refs_in_methods_annotations()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp2210 AnnotationArray* method_annotations = m->constMethod()->method_annotations(); in rewrite_cp_refs_in_methods_annotations() local
2212 if (method_annotations == NULL || method_annotations->length() == 0) { in rewrite_cp_refs_in_methods_annotations()
2218 if (!rewrite_cp_refs_in_annotations_typeArray(method_annotations, byte_i, in rewrite_cp_refs_in_methods_annotations()

12