Home
last modified time | relevance | path

Searched refs:profile_method (Results 76 – 100 of 141) sorted by relevance

123456

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp716 void TemplateInterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, La… in generate_counter_incr() argument
770 if (ProfileInterpreter && profile_method != NULL) { in generate_counter_incr()
777 __ test_method_data_pointer(*profile_method); in generate_counter_incr()
1695 profile_method, in generate_normal_entry() local
1718 … generate_counter_incr(&invocation_counter_overflow, &profile_method, &profile_method_continue); in generate_normal_entry()
1764 __ bind(profile_method); in generate_normal_entry()
1765 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in generate_normal_entry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp190 static void profile_method(JavaThread* thread);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp190 static void profile_method(JavaThread* thread);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp1624 Label profile_method; in branch() local
1693 __ test_method_data_pointer(rax, profile_method); in branch()
1738 __ bind(profile_method); in branch()
1739 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
H A DtemplateTable_x86_32.cpp1602 Label profile_method; in branch() local
1672 __ test_method_data_pointer(rax, profile_method); in branch()
1714 __ bind(profile_method); in branch()
1715 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp1624 Label profile_method; in branch() local
1693 __ test_method_data_pointer(rax, profile_method); in branch()
1738 __ bind(profile_method); in branch()
1739 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
H A DtemplateTable_x86_32.cpp1602 Label profile_method; in branch() local
1672 __ test_method_data_pointer(rax, profile_method); in branch()
1714 __ bind(profile_method); in branch()
1715 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1914 NearLabel profile_method; in branch() local
1970 __ test_method_data_pointer(Z_ARG4/*result unused*/, profile_method); in branch()
2015 __ bind(profile_method); in branch()
2018 CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1914 NearLabel profile_method; in branch() local
1970 __ test_method_data_pointer(Z_ARG4/*result unused*/, profile_method); in branch()
2015 __ bind(profile_method); in branch()
2018 CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1914 NearLabel profile_method; in branch() local
1970 __ test_method_data_pointer(Z_ARG4/*result unused*/, profile_method); in branch()
2015 __ bind(profile_method); in branch()
2018 CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1716 Label profile_method; in branch() local
1782 __ test_method_data_pointer(r0, profile_method); in branch()
1827 __ bind(profile_method); in branch()
1828 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1716 Label profile_method; in branch() local
1782 __ test_method_data_pointer(r0, profile_method); in branch()
1827 __ bind(profile_method); in branch()
1828 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DtemplateTable_aarch64.cpp1804 Label profile_method; in branch() local
1872 __ test_method_data_pointer(r0, profile_method); in branch()
1915 __ bind(profile_method); in branch()
1916 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/
H A DtemplateTable_aarch64.cpp1804 Label profile_method; in branch() local
1872 __ test_method_data_pointer(r0, profile_method); in branch()
1915 __ bind(profile_method); in branch()
1916 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1914 NearLabel profile_method; in branch() local
1970 __ test_method_data_pointer(Z_ARG4/*result unused*/, profile_method); in branch()
2015 __ bind(profile_method); in branch()
2018 CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1913 NearLabel profile_method; in branch() local
1969 __ test_method_data_pointer(Z_ARG4/*result unused*/, profile_method); in branch()
2014 __ bind(profile_method); in branch()
2017 CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A DtemplateTable_aarch64.cpp1801 Label profile_method; in branch() local
1869 __ test_method_data_pointer(r0, profile_method); in branch()
1912 __ bind(profile_method); in branch()
1913 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DtemplateTable_aarch64.cpp1804 Label profile_method; in branch() local
1872 __ test_method_data_pointer(r0, profile_method); in branch()
1915 __ bind(profile_method); in branch()
1916 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A DtemplateTable_aarch64.cpp1810 Label profile_method; in branch() local
1878 __ test_method_data_pointer(r0, profile_method); in branch()
1921 __ bind(profile_method); in branch()
1922 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1915 NearLabel profile_method; in branch() local
1971 __ test_method_data_pointer(Z_ARG4/*result unused*/, profile_method); in branch()
2016 __ bind(profile_method); in branch()
2019 CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A DtemplateTable_aarch64.cpp1805 Label profile_method; in branch() local
1873 __ test_method_data_pointer(r0, profile_method); in branch()
1916 __ bind(profile_method); in branch()
1917 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1914 NearLabel profile_method; in branch() local
1970 __ test_method_data_pointer(Z_ARG4/*result unused*/, profile_method); in branch()
2015 __ bind(profile_method); in branch()
2018 CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/aarch64/
H A DtemplateTable_aarch64.cpp1804 Label profile_method; in branch() local
1872 __ test_method_data_pointer(r0, profile_method); in branch()
1915 __ bind(profile_method); in branch()
1916 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DtemplateTable_x86.cpp2189 Label profile_method; in branch() local
2259 __ test_method_data_pointer(rax, profile_method); in branch()
2302 __ bind(profile_method); in branch()
2303 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A DtemplateTable_arm.cpp2071 Label profile_method; in branch() local
2130 __ test_method_data_pointer(R4_tmp, profile_method); in branch()
2176 __ bind(profile_method); in branch()
2178 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); in branch()

123456