Home
last modified time | relevance | path

Searched refs:profile_return (Results 1 – 25 of 105) sorted by relevance

12345

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp128 if (MethodData::profile_arguments() || MethodData::profile_return()) { in profile_arguments_type()
144 if (i > 0 || MethodData::profile_return()) { in profile_arguments_type()
169 if (MethodData::profile_return()) { in profile_arguments_type()
176 if (MethodData::profile_return()) { in profile_arguments_type()
187 assert(MethodData::profile_return(), "either profile call args or call ret"); in profile_arguments_type()
201 if (ProfileInterpreter && MethodData::profile_return()) { in profile_return_type()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp128 if (MethodData::profile_arguments() || MethodData::profile_return()) { in profile_arguments_type()
144 if (i > 0 || MethodData::profile_return()) { in profile_arguments_type()
169 if (MethodData::profile_return()) { in profile_arguments_type()
176 if (MethodData::profile_return()) { in profile_arguments_type()
187 assert(MethodData::profile_return(), "either profile call args or call ret"); in profile_arguments_type()
201 if (ProfileInterpreter && MethodData::profile_return()) { in profile_return_type()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp255 bool profile_return() { in profile_return() function in Compilation
257 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_Compilation.hpp255 bool profile_return() { in profile_return() function in Compilation
257 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp250 bool profile_return() { in profile_return() function in Compilation
252 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp250 bool profile_return() { in profile_return() function in Compilation
252 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp255 bool profile_return() { in profile_return() function in Compilation
257 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
H A Dc1_GraphBuilder.hpp400 bool profile_return() { return _compilation->profile_return(); } in profile_return() function in GraphBuilder
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp255 bool profile_return() { in profile_return() function in Compilation
257 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp257 bool profile_return() { in profile_return() function in Compilation
259 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp258 bool profile_return() { in profile_return() function in Compilation
260 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp255 bool profile_return() { in profile_return() function in Compilation
257 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp255 bool profile_return() { in profile_return() function in Compilation
257 C1UpdateMethodData && MethodData::profile_return(); in profile_return()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.cpp337 return MethodData::profile_return(); in return_profiling_enabled()
730 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
742 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
748 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
796 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
806 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1049 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1579 bool MethodData::profile_return() { in profile_return() function in MethodData
1592 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.cpp337 return MethodData::profile_return(); in return_profiling_enabled()
730 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
742 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
748 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
796 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
806 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1049 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1579 bool MethodData::profile_return() { in profile_return() function in MethodData
1592 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DmethodData.cpp337 return MethodData::profile_return(); in return_profiling_enabled()
730 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
742 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
748 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
796 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
806 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1049 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1576 bool MethodData::profile_return() { in profile_return() function in MethodData
1589 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DmethodData.cpp332 return MethodData::profile_return(); in return_profiling_enabled()
677 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
689 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
695 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
743 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
753 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1076 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1599 bool MethodData::profile_return() { in profile_return() function in MethodData
1612 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.cpp341 return MethodData::profile_return(); in return_profiling_enabled()
702 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
714 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
720 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
768 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
778 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
994 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1487 bool MethodData::profile_return() { in profile_return() function in MethodData
1500 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.cpp341 return MethodData::profile_return(); in return_profiling_enabled()
702 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
714 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
720 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
768 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
778 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
994 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1487 bool MethodData::profile_return() { in profile_return() function in MethodData
1500 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DmethodData.cpp337 return MethodData::profile_return(); in return_profiling_enabled()
730 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
742 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
748 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
796 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
806 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1129 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1660 bool MethodData::profile_return() { in profile_return() function in MethodData
1673 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DmethodData.cpp333 return MethodData::profile_return(); in return_profiling_enabled()
678 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
690 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
696 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
744 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
754 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1077 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1656 bool MethodData::profile_return() { in profile_return() function in MethodData
1669 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DmethodData.cpp334 return MethodData::profile_return(); in return_profiling_enabled()
679 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
691 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
697 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
745 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
755 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1078 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1639 bool MethodData::profile_return() { in profile_return() function in MethodData
1652 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DmethodData.cpp338 return MethodData::profile_return(); in return_profiling_enabled()
731 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
743 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
749 if (MethodData::profile_arguments() || MethodData::profile_return()) { in bytecode_cell_count()
797 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
807 …assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args… in compute_data_size()
1130 ((MethodData::profile_arguments() || MethodData::profile_return()) && in initialize_data()
1663 bool MethodData::profile_return() { in profile_return() function in MethodData
1676 if (!profile_return()) { in profile_return_for_invoke()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp1575 if (MethodData::profile_arguments() || MethodData::profile_return()) { in profile_arguments_type()
1591 if (i > 0 || MethodData::profile_return()) { in profile_arguments_type()
1617 if (MethodData::profile_return()) { in profile_arguments_type()
1626 if (MethodData::profile_return()) { in profile_arguments_type()
1636 assert(MethodData::profile_return(), "either profile call args or call ret"); in profile_arguments_type()
1650 if (ProfileInterpreter && MethodData::profile_return()) { in profile_return_type()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp1575 if (MethodData::profile_arguments() || MethodData::profile_return()) { in profile_arguments_type()
1591 if (i > 0 || MethodData::profile_return()) { in profile_arguments_type()
1617 if (MethodData::profile_return()) { in profile_arguments_type()
1626 if (MethodData::profile_return()) { in profile_arguments_type()
1636 assert(MethodData::profile_return(), "either profile call args or call ret"); in profile_arguments_type()
1650 if (ProfileInterpreter && MethodData::profile_return()) { in profile_return_type()

12345