Searched defs:install_monitor_exception (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp508 // Else if install_monitor_exception
514 bool install_monitor_exception,
563 if (install_monitor_exception) {
609 if (install_monitor_exception) {
512 remove_activation(TosState state, Register ret_addr, bool throw_monitor_exception, bool install_monitor_exception, bool notify_jvmdi) argument
H A Dinterp_masm_x86_64.cpp507 // Else if install_monitor_exception
515 bool install_monitor_exception,
564 if (install_monitor_exception) {
617 if (install_monitor_exception) {
511 remove_activation( TosState state, Register ret_addr, bool throw_monitor_exception, bool install_monitor_exception, bool notify_jvmdi) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp972 // Else if install_monitor_exception
978 bool install_monitor_exception) {
1022 if (install_monitor_exception) {
1069 if (install_monitor_exception) {
1110 // Else if install_monitor_exception
1116 bool install_monitor_exception) {
1118 unlock_if_synchronized_method(state, throw_monitor_exception, install_monitor_exception);
976 unlock_if_synchronized_method(TosState state, bool throw_monitor_exception, bool install_monitor_exception) argument
1114 remove_activation(TosState state, bool throw_monitor_exception, bool install_monitor_exception) argument

Completed in 81 milliseconds