Searched defs:unlocked (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
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...]
/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 44 milliseconds