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

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.hpp839 void push_CPU_state(bool save_vectors = false);
H A DsharedRuntime_aarch64.cpp140 __ push_CPU_state(save_vectors);
331 __ push_CPU_state();
H A DmacroAssembler_aarch64.cpp2458 void MacroAssembler::push_CPU_state(bool save_vectors) {
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.hpp1103 void push_CPU_state();
H A DmacroAssembler_sparc.cpp3022 void MacroAssembler::push_CPU_state() { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp178 __ push_CPU_state(); // Push a multiple of 16 bytes
533 // align stack so push_CPU_state doesn't fault
535 __ push_CPU_state();
H A DmacroAssembler_x86.cpp480 push_CPU_state();
495 push_CPU_state();
834 andq(rsp, -16); // align stack as required by push_CPU_state and call
835 push_CPU_state(); // keeps alignment at 16 bytes
848 andq(rsp, -16); // align stack as required by push_CPU_state and call
849 push_CPU_state(); // keeps alignment at 16 bytes
3676 void MacroAssembler::push_CPU_state() { function in class:MacroAssembler
6500 push_CPU_state();
6567 push_CPU_state();
H A DmacroAssembler_x86.hpp508 void push_CPU_state();

Completed in 168 milliseconds