Searched refs:synchronized (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterGenerator_zero.hpp34 address generate_normal_entry(bool synchronized);
35 address generate_native_entry(bool synchronized);
H A DcppInterpreter_zero.cpp813 address InterpreterGenerator::generate_native_entry(bool synchronized) { argument
814 assert(synchronized == false, "should be");
819 address InterpreterGenerator::generate_normal_entry(bool synchronized) { argument
820 assert(synchronized == false, "should be");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreterGenerator_x86.hpp31 address generate_asm_interpreter_entry(bool synchronized);
32 address generate_native_entry(bool synchronized);
47 address generate_interpreter_frame_manager(bool synchronized); // C++ interpreter only
H A DinterpreterGenerator_x86.hpp35 address generate_normal_entry(bool synchronized);
36 address generate_native_entry(bool synchronized);
H A DtemplateInterpreter_x86_32.cpp862 address InterpreterGenerator::generate_native_entry(bool synchronized) { argument
924 // would try to exit the monitor of synchronized methods which hasn't
949 // check for synchronized methods
953 if (synchronized) {
1230 // BasicObjectLock will be first in list, since this is a synchronized method. However, need
1281 address InterpreterGenerator::generate_normal_entry(bool synchronized) { argument
1352 // would try to exit the monitor of synchronized methods which hasn't
1381 // check for synchronized methods
1385 if (synchronized) {
1442 // These both come in synchronized an
1491 bool synchronized = false; local
[all...]
H A DtemplateInterpreter_x86_64.cpp838 address InterpreterGenerator::generate_native_entry(bool synchronized) { argument
905 // would try to exit the monitor of synchronized methods which hasn't
928 // check for synchronized methods
931 if (synchronized) {
1230 // synchronized method. However, need to check that the object
1293 address InterpreterGenerator::generate_normal_entry(bool synchronized) { argument
1373 // handler would try to exit the monitor of synchronized methods
1398 // check for synchronized interpreted methods
1404 // check for synchronized methods
1407 if (synchronized) {
1514 bool synchronized = false; local
[all...]
H A DcppInterpreter_x86.cpp969 address InterpreterGenerator::generate_native_entry(bool synchronized) { argument
1036 // would try to exit the monitor of synchronized methods which hasn't
1081 // check for synchronized native methods
1085 if (synchronized) {
1430 // BasicObjectLock will be first in list, since this is a synchronized method. However, need
1641 address InterpreterGenerator::generate_normal_entry(bool synchronized) { argument
1653 // A single frame manager is plenty as we don't specialize for synchronized. We could and
1655 // modify generate_interpreter_state to only do the (pre) sync stuff stuff for synchronized
1664 if (UseFastAccessorMethods && !synchronized) __ bind(fast_accessor_slow_entry_path);
2200 bool synchronized local
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterGenerator_sparc.hpp32 address generate_normal_entry(bool synchronized);
33 address generate_native_entry(bool synchronized);
H A Dinterpreter_sparc.cpp263 // These both come in synchronized and non-synchronized versions but the
376 bool synchronized = false; local
381 case Interpreter::zerolocals_synchronized: synchronized = true; break;
406 return ((InterpreterGenerator*)this)->generate_normal_entry(synchronized);
H A DtemplateInterpreter_sparc.cpp819 address InterpreterGenerator::generate_native_entry(bool synchronized) { argument
872 // would try to exit the monitor of synchronized methods which hasn't
901 // check for synchronized methods
905 if (synchronized) {
1194 if (synchronized) {
1250 address InterpreterGenerator::generate_normal_entry(bool synchronized) { argument
1334 // would try to exit the monitor of synchronized methods which hasn't
1364 // check for synchronized methods
1368 if (synchronized) {
1419 // These both come in synchronized an
[all...]
H A DcppInterpreter_sparc.cpp581 address InterpreterGenerator::generate_native_entry(bool synchronized) { argument
643 // would try to exit the monitor of synchronized methods which hasn't
671 // check for synchronized methods
675 if (synchronized) {
982 if (synchronized) {
1521 address InterpreterGenerator::generate_normal_entry(bool synchronized) { argument
1528 // A single frame manager is plenty as we don't specialize for synchronized. We could and
1530 // modify generate_interpreter_state to only do the (pre) sync stuff stuff for synchronized
1866 if (UseFastAccessorMethods && !synchronized) {
2088 // the method is synchronized
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DMixedSuspendTest.sh53 synchronized(lock) {
67 synchronized(lock) {
74 synchronized(lock) {
78 synchronized(lock) {
H A DJdbLockTest.sh45 synchronized(jj) {
49 // the synchronized statement.
67 synchronized($classname.jj) {

Completed in 90 milliseconds