/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/ |
H A D | constMethod.cpp | 87 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 D | constMethod.hpp | 402 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 D | constMethod.cpp | 87 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 D | constMethod.hpp | 402 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 D | constMethod.cpp | 90 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 D | constMethod.hpp | 437 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 D | constMethod.cpp | 90 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 D | constMethod.hpp | 437 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 D | constMethod.cpp | 90 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 D | constMethod.hpp | 439 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 D | constMethod.cpp | 90 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 D | constMethod.hpp | 437 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 D | constMethod.cpp | 90 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 D | constMethod.hpp | 440 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 D | constMethod.hpp | 427 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 D | constMethod.cpp | 90 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 D | constMethod.hpp | 399 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 D | constMethod.cpp | 89 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 D | constMethod.hpp | 435 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 D | constMethod.cpp | 89 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 D | generate_proxy.cpp | 208 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 D | annotations.rs | 587 fn method_annotations() { in method_annotations() function
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/ |
H A D | annotations.rs | 587 fn method_annotations() { in method_annotations() function
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/ |
H A D | jvmtiRedefineClasses.cpp | 2210 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 D | jvmtiRedefineClasses.cpp | 2210 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()
|