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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp506 // If throw_monitor_exception
513 bool throw_monitor_exception,
553 if (throw_monitor_exception) {
594 if (throw_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.cpp505 // If throw_monitor_exception
514 bool throw_monitor_exception,
555 if (throw_monitor_exception) {
602 if (throw_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.cpp970 // If throw_monitor_exception
977 bool throw_monitor_exception,
1004 //Intel: if (throw_monitor_exception) ... else ...
1014 if (throw_monitor_exception) {
1062 if (throw_monitor_exception) {
1108 // If throw_monitor_exception
1115 bool throw_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 51 milliseconds