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

/openjdk7/hotspot/src/os/bsd/vm/
H A DinterfaceSupport_bsd.hpp30 static inline void serialize_memory(JavaThread *thread) { function
/openjdk7/hotspot/src/os/linux/vm/
H A DinterfaceSupport_linux.hpp30 static inline void serialize_memory(JavaThread *thread) { function
/openjdk7/hotspot/src/os/solaris/vm/
H A DinterfaceSupport_solaris.hpp30 static inline void serialize_memory(JavaThread *thread) { function
/openjdk7/hotspot/src/os/windows/vm/
H A DinterfaceSupport_windows.hpp30 static inline void serialize_memory(JavaThread *thread) { function
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp187 InterfaceSupport::serialize_memory(thread);
220 InterfaceSupport::serialize_memory(thread);
H A Dthread.cpp2373 InterfaceSupport::serialize_memory(thread);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp340 InterfaceSupport::serialize_memory(thread);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp1105 __ serialize_memory(G2_thread, G1_scratch, G3_scratch);
H A DcppInterpreter_sparc.cpp880 __ serialize_memory(G2_thread, G1_scratch, G3_scratch);
H A DsharedRuntime_sparc.cpp2555 __ serialize_memory(G2_thread, G1_scratch, G3_scratch);
H A Dassembler_sparc.cpp748 void MacroAssembler::serialize_memory(Register thread, Register tmp1, Register tmp2) { function in class:MacroAssembler
H A Dassembler_sparc.hpp2234 void serialize_memory(Register thread, Register tmp1, Register tmp2);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1126 __ serialize_memory(thread, rcx);
H A DtemplateInterpreter_x86_64.cpp1110 __ serialize_memory(r15_thread, rscratch2);
H A DcppInterpreter_x86.cpp1308 __ serialize_memory(thread, rcx);
H A Dassembler_x86.hpp2361 void serialize_memory(Register thread, Register tmp);
H A DsharedRuntime_x86_32.cpp2120 __ serialize_memory(thread, rcx);
H A DsharedRuntime_x86_64.cpp2376 __ serialize_memory(r15_thread, rcx);
H A Dassembler_x86.cpp8307 void MacroAssembler::serialize_memory(Register thread, Register tmp) { function in class:MacroAssembler

Completed in 223 milliseconds