Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dverifier.cpp2133 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2135 &sig_stream, v_constant_type, CHECK_VERIFY(this)); in verify_ldc()
2278 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2281 &sig_stream, field_type, CHECK_VERIFY(this)); in verify_field_instructions()
2787 SignatureStream sig_stream(method_sig); in verify_invoke_instructions() local
2789 while (!sig_stream.at_return_type()) { in verify_invoke_instructions()
2791 &sig_stream, &sig_types[sig_i], CHECK_VERIFY(this)); in verify_invoke_instructions()
2792 sig_stream.next(); in verify_invoke_instructions()
2950 if (sig_stream.type() != T_VOID) { in verify_invoke_instructions()
2961 &sig_stream, return_type, CHECK_VERIFY(this)); in verify_invoke_instructions()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A Dverifier.cpp657 SignatureStream sig_stream(method_sig); in translate_signature() local
663 while (!sig_stream.at_return_type()) { in translate_signature()
664 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
672 sig_stream.next(); in translate_signature()
680 if (sig_stream.type() != T_VOID) { in translate_signature()
681 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
2201 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2202 int n = change_sig_to_verificationType(&sig_stream, v_constant_type); in verify_ldc()
2341 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2343 int n = change_sig_to_verificationType(&sig_stream, field_type); in verify_field_instructions()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A Dverifier.cpp660 SignatureStream sig_stream(method_sig); in translate_signature() local
666 while (!sig_stream.at_return_type()) { in translate_signature()
667 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
675 sig_stream.next(); in translate_signature()
683 if (sig_stream.type() != T_VOID) { in translate_signature()
684 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
2206 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2207 int n = change_sig_to_verificationType(&sig_stream, v_constant_type); in verify_ldc()
2347 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2349 int n = change_sig_to_verificationType(&sig_stream, field_type); in verify_field_instructions()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dverifier.cpp2133 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2135 &sig_stream, v_constant_type, CHECK_VERIFY(this)); in verify_ldc()
2278 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2281 &sig_stream, field_type, CHECK_VERIFY(this)); in verify_field_instructions()
2787 SignatureStream sig_stream(method_sig); in verify_invoke_instructions() local
2789 while (!sig_stream.at_return_type()) { in verify_invoke_instructions()
2791 &sig_stream, &sig_types[sig_i], CHECK_VERIFY(this)); in verify_invoke_instructions()
2792 sig_stream.next(); in verify_invoke_instructions()
2950 if (sig_stream.type() != T_VOID) { in verify_invoke_instructions()
2961 &sig_stream, return_type, CHECK_VERIFY(this)); in verify_invoke_instructions()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A Dverifier.cpp2123 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2125 &sig_stream, v_constant_type, CHECK_VERIFY(this)); in verify_ldc()
2267 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2270 &sig_stream, field_type, CHECK_VERIFY(this)); in verify_field_instructions()
2764 SignatureStream sig_stream(method_sig); in verify_invoke_instructions() local
2766 while (!sig_stream.at_return_type()) { in verify_invoke_instructions()
2768 &sig_stream, &sig_types[sig_i], CHECK_VERIFY(this)); in verify_invoke_instructions()
2769 sig_stream.next(); in verify_invoke_instructions()
2927 if (sig_stream.type() != T_VOID) { in verify_invoke_instructions()
2938 &sig_stream, return_type, CHECK_VERIFY(this)); in verify_invoke_instructions()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A Dverifier.cpp649 SignatureStream sig_stream(method_sig); in translate_signature() local
655 while (!sig_stream.at_return_type()) { in translate_signature()
656 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
664 sig_stream.next(); in translate_signature()
672 if (sig_stream.type() != T_VOID) { in translate_signature()
673 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
2193 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2194 int n = change_sig_to_verificationType(&sig_stream, v_constant_type); in verify_ldc()
2334 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2336 int n = change_sig_to_verificationType(&sig_stream, field_type); in verify_field_instructions()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A Dverifier.cpp649 SignatureStream sig_stream(method_sig); in translate_signature() local
655 while (!sig_stream.at_return_type()) { in translate_signature()
656 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
664 sig_stream.next(); in translate_signature()
672 if (sig_stream.type() != T_VOID) { in translate_signature()
673 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
2191 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2192 int n = change_sig_to_verificationType(&sig_stream, v_constant_type); in verify_ldc()
2331 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2333 int n = change_sig_to_verificationType(&sig_stream, field_type); in verify_field_instructions()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A Dverifier.cpp650 SignatureStream sig_stream(method_sig); in translate_signature() local
656 while (!sig_stream.at_return_type()) { in translate_signature()
657 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
665 sig_stream.next(); in translate_signature()
673 if (sig_stream.type() != T_VOID) { in translate_signature()
674 int n = change_sig_to_verificationType(&sig_stream, sig_type); in translate_signature()
2192 SignatureStream sig_stream(constant_type, false); in verify_ldc() local
2193 int n = change_sig_to_verificationType(&sig_stream, v_constant_type); in verify_ldc()
2333 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2335 int n = change_sig_to_verificationType(&sig_stream, field_type); in verify_field_instructions()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Dverifier.cpp2176 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2179 &sig_stream, field_type, CHECK_VERIFY(this)); in verify_field_instructions()
2685 SignatureStream sig_stream(method_sig); in verify_invoke_instructions() local
2687 while (!sig_stream.at_return_type()) { in verify_invoke_instructions()
2689 &sig_stream, &sig_types[sig_i], CHECK_VERIFY(this)); in verify_invoke_instructions()
2690 sig_stream.next(); in verify_invoke_instructions()
2846 if (sig_stream.type() != T_VOID) { in verify_invoke_instructions()
2857 &sig_stream, return_type, CHECK_VERIFY(this)); in verify_invoke_instructions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Dverifier.cpp2176 SignatureStream sig_stream(field_sig, false); in verify_field_instructions() local
2179 &sig_stream, field_type, CHECK_VERIFY(this)); in verify_field_instructions()
2685 SignatureStream sig_stream(method_sig); in verify_invoke_instructions() local
2687 while (!sig_stream.at_return_type()) { in verify_invoke_instructions()
2689 &sig_stream, &sig_types[sig_i], CHECK_VERIFY(this)); in verify_invoke_instructions()
2690 sig_stream.next(); in verify_invoke_instructions()
2846 if (sig_stream.type() != T_VOID) { in verify_invoke_instructions()
2857 &sig_stream, return_type, CHECK_VERIFY(this)); in verify_invoke_instructions()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3165 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3184 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3168 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3187 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3165 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3184 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3172 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3191 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3177 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3196 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3167 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3186 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3307 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3326 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3307 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3326 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3280 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3299 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp3237 ciSignatureStream sig_stream(sig, has_receiver ? x->callee()->holder() : NULL); in profile_parameters_at_call() local
3256 … profiled_k, arg, mdp, not_null, sig_stream.next_klass(), NULL); in profile_parameters_at_call()