Home
last modified time | relevance | path

Searched refs:has_appendix_shift (Results 1 – 25 of 83) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp71 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp184 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp71 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp184 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp71 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp186 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
H A DcpCache.cpp411 ((has_appendix ? 1 : 0) << has_appendix_shift ) | in set_method_handle_common()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DcpCache.inline.hpp71 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp184 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp71 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp186 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
H A DcpCache.cpp412 ((has_appendix ? 1 : 0) << has_appendix_shift ) | in set_method_handle_common()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp72 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp186 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
H A DcpCache.cpp414 ((has_appendix ? 1 : 0) << has_appendix_shift ) | in set_method_handle_common()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp71 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp186 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
H A DcpCache.cpp411 ((has_appendix ? 1 : 0) << has_appendix_shift ) | in set_method_handle_common()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp71 return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; in has_appendix()
H A DcpCache.hpp186 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
H A DcpCache.cpp410 ((has_appendix ? 1 : 0) << has_appendix_shift ) | in set_method_handle_common()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp185 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
355 …t { return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0;… in has_appendix()
H A DcpCache.cpp321 ((has_appendix ? 1 : 0) << has_appendix_shift ) | in set_method_handle_common()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp185 has_appendix_shift = 24, // (A) does the call site have an appendix argument? enumerator
355 …t { return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0;… in has_appendix()
H A DcpCache.cpp321 ((has_appendix ? 1 : 0) << has_appendix_shift ) | in set_method_handle_common()

1234