Searched refs:serialize_memory (Results 1 - 21 of 21) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.hpp639 void serialize_memory(Register thread, Register tmp1, Register tmp2);
H A DtemplateInterpreterGenerator_s390.cpp1621 __ serialize_memory(Z_thread, Z_R1, Z_R0);
H A DsharedRuntime_s390.cpp2138 __ serialize_memory(Z_thread, Z_R1, Z_R2);
H A DmacroAssembler_s390.cpp2683 void MacroAssembler::serialize_memory(Register thread, Register tmp1, Register tmp2) {
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.hpp646 void serialize_memory(Register thread, Register tmp1, Register tmp2);
H A DtemplateInterpreterGenerator_ppc.cpp1527 __ serialize_memory(R16_thread, R11_scratch1, R12_scratch2);
H A DsharedRuntime_ppc.cpp2339 __ serialize_memory(R16_thread, r_temp_4, r_temp_5);
H A DmacroAssembler_ppc.cpp3005 void MacroAssembler::serialize_memory(Register thread, Register tmp1, Register tmp2) { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.hpp970 void serialize_memory(Register thread, Register tmp);
H A DtemplateInterpreterGenerator_aarch64.cpp1343 __ serialize_memory(rthread, rscratch2);
H A DsharedRuntime_aarch64.cpp1964 __ serialize_memory(rthread, r2);
H A DmacroAssembler_aarch64.cpp286 void MacroAssembler::serialize_memory(Register thread, Register tmp) { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.hpp984 void serialize_memory(Register thread, Register tmp1, Register tmp2);
H A DtemplateInterpreterGenerator_sparc.cpp1420 __ serialize_memory(G2_thread, G1_scratch, G3_scratch);
H A DsharedRuntime_sparc.cpp2386 __ serialize_memory(G2_thread, G1_scratch, G3_scratch);
H A DmacroAssembler_sparc.cpp225 void MacroAssembler::serialize_memory(Register thread, Register tmp1, Register tmp2) { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp1130 __ serialize_memory(thread, rcx);
H A DsharedRuntime_x86_64.cpp2468 __ serialize_memory(r15_thread, rcx);
H A DsharedRuntime_x86_32.cpp2102 __ serialize_memory(thread, rcx);
H A DmacroAssembler_x86.hpp657 void serialize_memory(Register thread, Register tmp);
H A DmacroAssembler_x86.cpp3735 void MacroAssembler::serialize_memory(Register thread, Register tmp) { function in class:MacroAssembler

Completed in 392 milliseconds