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

/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp220 void unlock_if_synchronized_method(TosState state, bool throw_monitor_exception = true, bool install_monitor_exception = true);
H A DtemplateInterpreterGenerator_sparc.cpp1230 // runtime, exception handling i.e. unlock_if_synchronized_method will
1698 // runtime, exception handling i.e. unlock_if_synchronized_method will
1831 __ unlock_if_synchronized_method(vtos, /* throw_monitor_exception */ false, /* install_monitor_exception */ false);
1925 __ unlock_if_synchronized_method(vtos, /* throw_monitor_exception */ false);
H A Dinterp_masm_sparc.cpp985 void InterpreterMacroAssembler::unlock_if_synchronized_method(TosState state, function in class:InterpreterMacroAssembler
1170 unlock_if_synchronized_method(state, throw_monitor_exception, install_monitor_exception);
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc.hpp149 void unlock_if_synchronized_method(TosState state, bool throw_monitor_exception = true,
H A Dinterp_masm_ppc_64.cpp584 void InterpreterMacroAssembler::unlock_if_synchronized_method(TosState state, function in class:InterpreterMacroAssembler
787 unlock_if_synchronized_method(state, throw_monitor_exception, install_monitor_exception);
H A DtemplateInterpreterGenerator_ppc.cpp1313 // runtime, exception handling i.e. unlock_if_synchronized_method will
1761 // runtime, exception handling i.e. unlock_if_synchronized_method will
2077 __ unlock_if_synchronized_method(vtos, /* throw_monitor_exception */ false, /* install_monitor_exception */ false);
2167 __ unlock_if_synchronized_method(vtos, /* throw_monitor_exception */ false, true);
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.hpp217 void unlock_if_synchronized_method(TosState state, bool throw_monitor_exception = true, bool install_monitor_exception = true);
H A Dinterp_masm_s390.cpp729 void InterpreterMacroAssembler::unlock_if_synchronized_method(TosState state, function in class:InterpreterMacroAssembler
864 unlock_if_synchronized_method(state, throw_monitor_exception, install_monitor_exception);

Completed in 189 milliseconds