Home
last modified time | relevance | path

Searched refs:do_not_unlock_if_synchronized (Results 1 – 25 of 106) sorted by relevance

12345

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp685 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
693 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
698 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
831 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
835 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
837 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp704 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
712 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
717 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
850 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
854 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
856 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp704 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
712 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
717 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
850 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
854 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
856 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp685 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
693 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
698 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
831 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
835 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
837 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp704 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
712 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
717 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
850 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
854 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
856 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp685 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
693 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
698 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
831 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
835 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
837 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp854 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
856 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
871 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1418 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1420 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1444 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1155 const Address do_not_unlock_if_synchronized(G2_thread, in generate_native_entry() local
1167 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_native_entry()
1185 __ stbool(G0, do_not_unlock_if_synchronized); in generate_native_entry()
1575 const Address do_not_unlock_if_synchronized(G2_thread, in generate_normal_entry() local
1584 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_normal_entry()
1607 __ stbool(G0, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1155 const Address do_not_unlock_if_synchronized(G2_thread, in generate_native_entry() local
1167 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_native_entry()
1185 __ stbool(G0, do_not_unlock_if_synchronized); in generate_native_entry()
1566 const Address do_not_unlock_if_synchronized(G2_thread, in generate_normal_entry() local
1575 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_normal_entry()
1598 __ stbool(G0, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp854 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
856 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
871 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1418 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1420 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1444 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1155 const Address do_not_unlock_if_synchronized(G2_thread, in generate_native_entry() local
1167 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_native_entry()
1185 __ stbool(G0, do_not_unlock_if_synchronized); in generate_native_entry()
1575 const Address do_not_unlock_if_synchronized(G2_thread, in generate_normal_entry() local
1584 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_normal_entry()
1607 __ stbool(G0, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp856 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
858 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
873 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1410 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1412 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1436 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp856 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
858 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
873 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1406 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1408 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1432 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp808 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
810 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
825 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1358 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1360 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1377 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp856 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
858 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
873 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1410 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1412 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1436 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1155 const Address do_not_unlock_if_synchronized(G2_thread, in generate_native_entry() local
1167 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_native_entry()
1185 __ stbool(G0, do_not_unlock_if_synchronized); in generate_native_entry()
1566 const Address do_not_unlock_if_synchronized(G2_thread, in generate_normal_entry() local
1575 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_normal_entry()
1598 __ stbool(G0, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp855 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
857 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
872 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1409 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1411 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1435 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1155 const Address do_not_unlock_if_synchronized(G2_thread, in generate_native_entry() local
1167 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_native_entry()
1185 __ stbool(G0, do_not_unlock_if_synchronized); in generate_native_entry()
1566 const Address do_not_unlock_if_synchronized(G2_thread, in generate_normal_entry() local
1575 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_normal_entry()
1598 __ stbool(G0, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp856 const Address do_not_unlock_if_synchronized(thread1, in generate_native_entry() local
858 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
873 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1410 const Address do_not_unlock_if_synchronized(thread, in generate_normal_entry() local
1412 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1436 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp794 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
802 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
807 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
953 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
957 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
959 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A DtemplateInterpreterGenerator_aarch64.cpp1145 const Address do_not_unlock_if_synchronized(rthread, in generate_native_entry() local
1148 __ strb(rscratch2, do_not_unlock_if_synchronized); in generate_native_entry()
1162 __ strb(zr, do_not_unlock_if_synchronized); in generate_native_entry()
1590 const Address do_not_unlock_if_synchronized(rthread, in generate_normal_entry() local
1593 __ strb(rscratch2, do_not_unlock_if_synchronized); in generate_normal_entry()
1610 __ strb(zr, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dinterp_masm_arm.cpp794 const Address do_not_unlock_if_synchronized(Rthread, in remove_activation() local
802 ldrb(Rflag, do_not_unlock_if_synchronized); in remove_activation()
807 strb(zero_register(Rtemp), do_not_unlock_if_synchronized); // reset the flag in remove_activation()
953 const Address do_not_unlock_if_synchronized(Rthread, in set_do_not_unlock_if_synchronized() local
957 strb(tmp, do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
959 strb(zero_register(tmp), do_not_unlock_if_synchronized); in set_do_not_unlock_if_synchronized()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreter_aarch64.cpp933 const Address do_not_unlock_if_synchronized(rthread, in generate_native_entry() local
936 __ strb(rscratch2, do_not_unlock_if_synchronized); in generate_native_entry()
950 __ strb(zr, do_not_unlock_if_synchronized); in generate_native_entry()
1405 const Address do_not_unlock_if_synchronized(rthread, in generate_normal_entry() local
1408 __ strb(rscratch2, do_not_unlock_if_synchronized); in generate_normal_entry()
1429 __ strb(zr, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp868 const Address do_not_unlock_if_synchronized(G2_thread, in generate_native_entry() local
880 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_native_entry()
898 __ stbool(G0, do_not_unlock_if_synchronized); in generate_native_entry()
1344 const Address do_not_unlock_if_synchronized(G2_thread, in generate_normal_entry() local
1353 __ stbool(G3_scratch, do_not_unlock_if_synchronized); in generate_normal_entry()
1376 __ stbool(G0, do_not_unlock_if_synchronized); in generate_normal_entry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_64.cpp1031 const Address do_not_unlock_if_synchronized(r15_thread, in generate_native_entry() local
1033 __ movbool(do_not_unlock_if_synchronized, true); in generate_native_entry()
1047 __ movbool(do_not_unlock_if_synchronized, false); in generate_native_entry()
1491 const Address do_not_unlock_if_synchronized(r15_thread, in generate_normal_entry() local
1493 __ movbool(do_not_unlock_if_synchronized, true); in generate_normal_entry()
1516 __ movbool(do_not_unlock_if_synchronized, false); in generate_normal_entry()

12345