Home
last modified time | relevance | path

Searched refs:checked_exceptions_length_addr (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstMethod.cpp189 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
286 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
306 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
311 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
492 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp386 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstMethod.cpp188 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
285 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
305 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
310 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
484 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp358 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstMethod.cpp188 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
285 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
305 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
310 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
482 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp394 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp182 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
279 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
300 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
305 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
477 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp366 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp182 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
279 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
300 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
305 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
477 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp366 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp189 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
286 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
306 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
311 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
515 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp396 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp189 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
286 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
306 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
311 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
515 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp396 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstMethod.cpp189 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
286 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
306 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
311 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
511 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp398 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstMethod.cpp189 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
286 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
306 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
311 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
515 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp396 u2* checked_exceptions_length_addr() const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstMethod.cpp189 u2* ConstMethod::checked_exceptions_length_addr() const { in checked_exceptions_length_addr() function in ConstMethod
286 *(checked_exceptions_length_addr()) = sizes->checked_exceptions_length(); in set_inlined_tables_length()
306 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0; in checked_exceptions_length()
311 u2* addr = checked_exceptions_length_addr(); in checked_exceptions_start()
513 u2* addr = checked_exceptions_length_addr(); in verify_on()
H A DconstMethod.hpp399 u2* checked_exceptions_length_addr() const;