Searched refs:unlocked (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.cpp61 int StubRoutines::Sparc::_atomic_memory_operation_lock = StubRoutines::Sparc::unlocked;
H A DstubRoutines_sparc.hpp55 unlocked = 0, enumerator in enum:Sparc::__anon26
H A Dinterp_masm_sparc.cpp979 Label unlocked, unlock, no_unlock; local
993 br(zero, false, pt, unlocked);
1002 // to check that the object has not been unlocked by an explicit monitorexit bytecode.
1005 // Entry already unlocked, need to throw exception
1015 // Entry already unlocked need to throw an exception
1019 // Monitor already unlocked during a stack unroll.
1025 ba_short(unlocked);
1032 bind(unlocked);
1036 // Check that all monitors are unlocked
1203 // if the compare and exchange succeeded we are done (we saw an unlocked objec
[all...]
H A DstubGenerator_sparc.cpp631 __ cmp(lock_reg, StubRoutines::Sparc::unlocked);
H A Dassembler_sparc.cpp2759 cmp(lock_reg, StubRoutines::Sparc::unlocked);
3553 // if compare/exchange succeeded we found an unlocked object and we now have locked it
3562 // we did not find an unlocked object so see if this is a recursive case
3621 // m->owner == null : it's unlocked.
3714 // m->owner == null : it's unlocked.
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp518 Label unlocked, unlock, no_unlock; local
532 jcc(Assembler::zero, unlocked);
544 // to check that the object has not been unlocked by an explicit monitorexit bytecode.
556 // Entry already unlocked, need to throw exception
560 // Monitor already unlocked during a stack unroll.
567 jmp(unlocked);
574 // Check that for block-structured locking (i.e., that all locked objects has been unlocked)
575 bind(unlocked);
579 // Check that all monitors are unlocked
H A Dinterp_masm_x86_64.cpp519 Label unlocked, unlock, no_unlock; local
531 jcc(Assembler::zero, unlocked);
543 // not been unlocked by an explicit monitorexit bytecode.
556 // Entry already unlocked, need to throw exception
561 // Monitor already unlocked during a stack unroll. If requested,
568 jmp(unlocked);
576 // objects has been unlocked)
577 bind(unlocked);
581 // Check that all monitors are unlocked

Completed in 119 milliseconds