/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 291 u2 bci, bool this_uninit, StackMapFrame* current_frame, 309 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 325 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 758 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1637 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1643 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1749 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1754 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1903 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1916 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2628 *this_uninit = true; in verify_invoke_init() 2686 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2717 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 291 u2 bci, bool this_uninit, StackMapFrame* current_frame, 309 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 325 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 758 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1637 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1643 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1749 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1754 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1903 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1916 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2628 *this_uninit = true; in verify_invoke_init() 2686 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2717 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 285 u2 bci, bool this_uninit, StackMapFrame* current_frame, 303 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 319 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 751 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1630 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1636 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1742 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1747 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1896 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1909 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2605 *this_uninit = true; in verify_invoke_init() 2663 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2694 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/ |
H A D | verifier.hpp | 287 u2 bci, bool this_uninit, StackMapFrame* current_frame, 305 bool* this_uninit, constantPoolHandle cp, StackMapTable* stackmap_table, 321 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 706 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1578 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1584 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1690 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1694 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1853 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2477 bool *this_uninit, constantPoolHandle cp, StackMapTable* stackmap_table, in verify_invoke_init() argument 2526 *this_uninit = true; in verify_invoke_init() 2580 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2611 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/ |
H A D | verifier.hpp | 287 u2 bci, bool this_uninit, StackMapFrame* current_frame, 305 bool* this_uninit, constantPoolHandle cp, StackMapTable* stackmap_table, 321 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 706 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1578 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1584 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1690 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1694 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1853 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2477 bool *this_uninit, constantPoolHandle cp, StackMapTable* stackmap_table, in verify_invoke_init() argument 2526 *this_uninit = true; in verify_invoke_init() 2580 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2611 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 317 u2 bci, bool this_uninit, StackMapFrame* current_frame, 335 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 351 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 821 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1700 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1706 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1812 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1817 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1966 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1979 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2682 *this_uninit = true; in verify_invoke_init() 2740 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2771 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 317 u2 bci, bool this_uninit, StackMapFrame* current_frame, 335 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 351 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 828 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1707 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1713 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1819 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1824 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1973 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1986 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2678 *this_uninit = true; in verify_invoke_init() 2736 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2767 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 318 u2 bci, bool this_uninit, StackMapFrame* current_frame, 336 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 352 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 830 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1708 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1714 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1820 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1825 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1980 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1993 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2696 *this_uninit = true; in verify_invoke_init() 2754 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2785 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 317 u2 bci, bool this_uninit, StackMapFrame* current_frame, 335 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 351 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 820 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1699 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1705 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1811 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1816 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1965 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1978 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2683 *this_uninit = true; in verify_invoke_init() 2741 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2772 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/ |
H A D | verifier.hpp | 317 u2 bci, bool this_uninit, StackMapFrame* current_frame, 335 bool* this_uninit, const constantPoolHandle& cp, StackMapTable* stackmap_table, 351 bool in_try_block, bool* this_uninit, VerificationType return_type,
|
H A D | verifier.cpp | 820 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1699 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1705 &this_uninit, return_type, cp, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1811 assert(!(verified_exc_handlers && this_uninit), in verify_method() 1816 bci, this_uninit, ¤t_frame, &stackmap_table, CHECK_VERIFY(this)); in verify_method() 1965 void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, in verify_exception_handler_targets() argument 1978 if (this_uninit) { flags |= FLAG_THIS_UNINIT; } in verify_exception_handler_targets() 2668 *this_uninit = true; in verify_invoke_init() 2726 verify_exception_handler_targets(bci, *this_uninit, current_frame, in verify_invoke_init() 2757 bool in_try_block, bool *this_uninit, VerificationType return_type, in verify_invoke_instructions() argument [all …]
|