Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 9 of 9) sorted by relevance

/art/test/923-monitors/src/art/
DTest923.java50 unlock(id); // Should fail. in simpleTests()
53 unlock(id); in simpleTests()
54 unlock(id); // Should fail. in simpleTests()
58 unlock(id); in simpleTests()
59 unlock(id); in simpleTests()
60 unlock(id); // Should fail. in simpleTests()
68 unlock(id); in simpleTests()
69 unlock(id); // Should fail. in simpleTests()
74 unlock(id); in simpleTests()
75 unlock(id); // Should fail. in simpleTests()
[all …]
/art/test/800-smali/smali/
Db_23502994.smali9 # Sharpen, and try to unlock (in both branches). We should not lose the lock info when we make
35 # Sharpen, and try to unlock. We should not lose the lock info when we make the register type
/art/test/088-monitor-verification/smali/
DUnbalancedStraight.smali13 monitor-exit v1 # 1 Unbalanced unlock.
DNotStructuredOverUnlock.smali10 # Lock twice, but unlock thrice.
DNotStructuredUnderUnlock.smali10 # Lock thrice, but only unlock twice.
/art/test/980-redefine-object/src-ex/
DTestWatcher.java39 lock.unlock(); in MonitorExit()
/art/openjdkjvmti/
Dti_monitor.cc72 monitor->mutex_.unlock(); in Destroy()
112 mutex_.unlock(); in MonitorEnter()
132 mutex_.unlock(); in MonitorExit()
/art/runtime/interpreter/mterp/mips64/
Dother.S169 jal artUnlockObjectFromCode # v0 <- success for unlock(self, obj)
/art/runtime/interpreter/mterp/arm/
Dother.S181 bl artUnlockObjectFromCode @ r0<- success for unlock(self, obj)