Home
last modified time | relevance | path

Searched refs:load_appendix_id (Results 1 – 25 of 71) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp285 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
318 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
396 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
410 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp285 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
318 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
396 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
410 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp285 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
318 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
396 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
410 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp285 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
318 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
396 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
410 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp285 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
318 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
396 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
410 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp285 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
318 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
396 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
410 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp290 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
323 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
401 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
415 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dc1_CodeStubs_s390.cpp290 case load_appendix_id: bc = "patch site (load_appendix)"; break; in align_patch_site()
323 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
401 …case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_t… in emit_code()
415 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp259 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
286 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
349 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp258 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
285 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
348 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp259 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
286 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
349 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp259 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
286 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
349 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp268 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
309 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
372 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp268 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
309 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
372 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp264 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
291 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
354 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A Dc1_CodeStubs_arm.cpp264 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id); in emit_code()
291 if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
354 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dc1_CodeStubs_ppc.cpp337 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
406 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); in emit_code()
421 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_CodeStubs_sparc.cpp313 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
390 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
404 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dc1_CodeStubs_sparc.cpp313 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
390 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
404 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_CodeStubs_sparc.cpp313 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
390 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
404 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A Dc1_CodeStubs_ppc.cpp337 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
406 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); in emit_code()
421 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dc1_CodeStubs_sparc.cpp313 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
390 …case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_ty… in emit_code()
404 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dc1_CodeStubs_ppc.cpp341 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
410 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); in emit_code()
425 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A Dc1_CodeStubs_ppc.cpp363 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
432 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); in emit_code()
447 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A Dc1_CodeStubs_ppc.cpp337 } else if (_id == load_mirror_id || _id == load_appendix_id) { in emit_code()
406 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); in emit_code()
421 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) { in emit_code()

123