Searched refs:load_appendix_id (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_CodeStubs_s390.cpp282 case load_appendix_id: bc = "patch site (load_appendix)"; break;
315 } else if (_id == load_mirror_id || _id == load_appendix_id) {
393 case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_type = relocInfo::oop_type; break;
407 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) {
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_CodeStubs_ppc.cpp331 } else if (_id == load_mirror_id || _id == load_appendix_id) {
400 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id);
415 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) {
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_CodeStubs_arm.cpp266 bool is_load = (_id == load_klass_id) || (_id == load_mirror_id) || (_id == load_appendix_id);
307 if (_id == load_mirror_id || _id == load_appendix_id) {
370 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_type = relocInfo::oop_type; break;
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp312 } else if (_id == load_mirror_id || _id == load_appendix_id) {
389 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_type = relocInfo::oop_type; break;
403 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) {
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp366 load_appendix_id enumerator in enum:PatchingStub::PatchID
419 } else if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) {
H A Dc1_LIRAssembler.cpp78 } else if (patch->id() == PatchingStub::load_appendix_id) {
91 return PatchingStub::load_appendix_id;
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp407 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_type = relocInfo::oop_type; break;
426 if (_id == load_klass_id || _id == load_mirror_id || _id == load_appendix_id) {
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp342 case PatchingStub::load_appendix_id:
940 case PatchingStub::load_appendix_id:

Completed in 120 milliseconds