Home
last modified time | relevance | path

Searched refs:check_klass_subtype_slow_path (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A DmacroAssembler_arm.cpp110check_klass_subtype_slow_path(sub_klass, super_klass, temp_reg, temp_reg2, temp_reg3, &L_success, … in check_klass_subtype()
179 void MacroAssembler::check_klass_subtype_slow_path(Register sub_klass, in check_klass_subtype_slow_path() function in MacroAssembler
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A DmacroAssembler_arm.cpp112check_klass_subtype_slow_path(sub_klass, super_klass, temp_reg, temp_reg2, temp_reg3, &L_success, … in check_klass_subtype()
181 void MacroAssembler::check_klass_subtype_slow_path(Register sub_klass, in check_klass_subtype_slow_path() function in MacroAssembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp595 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp664 __ check_klass_subtype_slow_path(G3, G1, L0, L1, L2, L4, NULL, &miss); in generate_code_for() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp665 __ check_klass_subtype_slow_path(G3, G1, L0, L1, L2, L4, NULL, &miss); in generate_code_for() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp664 __ check_klass_subtype_slow_path(G3, G1, L0, L1, L2, L4, NULL, &miss); in generate_code_for() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp595 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp595 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp596 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp597 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp664 __ check_klass_subtype_slow_path(G3, G1, L0, L1, L2, L4, NULL, &miss); in generate_code_for() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp595 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp596 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp595 …__ check_klass_subtype_slow_path(sub_klass, super_klass, temp1_reg, temp2_reg); // returns with CR… in generate_code_for() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp665 __ check_klass_subtype_slow_path(G3, G1, L0, L1, L2, L4, NULL, &miss); in generate_code_for() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.hpp471 void check_klass_subtype_slow_path(Register sub_klass,
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.hpp471 void check_klass_subtype_slow_path(Register sub_klass,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A DmacroAssembler_arm.cpp123check_klass_subtype_slow_path(sub_klass, super_klass, temp_reg, temp_reg2, temp_reg3, &L_success, … in check_klass_subtype()
192 void MacroAssembler::check_klass_subtype_slow_path(Register sub_klass, in check_klass_subtype_slow_path() function in MacroAssembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A DmacroAssembler_arm.cpp123check_klass_subtype_slow_path(sub_klass, super_klass, temp_reg, temp_reg2, temp_reg3, &L_success, … in check_klass_subtype()
192 void MacroAssembler::check_klass_subtype_slow_path(Register sub_klass, in check_klass_subtype_slow_path() function in MacroAssembler
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A DmacroAssembler_arm.cpp124check_klass_subtype_slow_path(sub_klass, super_klass, temp_reg, temp_reg2, temp_reg3, &L_success, … in check_klass_subtype()
193 void MacroAssembler::check_klass_subtype_slow_path(Register sub_klass, in check_klass_subtype_slow_path() function in MacroAssembler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A DmacroAssembler_arm.cpp123check_klass_subtype_slow_path(sub_klass, super_klass, temp_reg, temp_reg2, temp_reg3, &L_success, … in check_klass_subtype()
192 void MacroAssembler::check_klass_subtype_slow_path(Register sub_klass, in check_klass_subtype_slow_path() function in MacroAssembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp546 __ check_klass_subtype_slow_path(Rsubklass, Rsuperklass, Rarray_ptr, Rlength, NULL, &miss); in generate_code_for() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp547 __ check_klass_subtype_slow_path(Rsubklass, Rsuperklass, Rarray_ptr, Rlength, NULL, &miss); in generate_code_for() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp548 __ check_klass_subtype_slow_path(Rsubklass, Rsuperklass, Rarray_ptr, Rlength, NULL, &miss); in generate_code_for() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp550 __ check_klass_subtype_slow_path(Rsubklass, Rsuperklass, Rarray_ptr, Rlength, NULL, &miss); in generate_code_for() local

12345678910