Home
last modified time | relevance | path

Searched full:monitorenter (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml55 monitorenter
77 On monitorenter VM thread tries to get ownership of the monitor in the following manner: if
92 - sig: monitorenter
122 - values: ['monitorenter']
129 - sig: monitorenter
149 - values: ['monitorenter']
236 description: Check how monitor's ownership changed by monitorenter and monitorexit sequences
269 - 'monitorenter'
275 monitorenter
276 monitorenter
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmonitor_test.cpp68 Monitor::MonitorEnter(header); in TEST_F()
79 Monitor::MonitorEnter(header); in TEST_F()
81 Monitor::MonitorEnter(header); in TEST_F()
95 Monitor::MonitorEnter(header1); in TEST_F()
98 Monitor::MonitorEnter(header2); in TEST_F()
115 Monitor::MonitorEnter(header); in TEST_F()
145 Monitor::MonitorEnter(header); in TEST_F()
149 Monitor::MonitorEnter(header); in TEST_F()
189 Monitor::MonitorEnter(header1); in TEST_F()
192 Monitor::MonitorEnter(header2); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/verification/config/
DREADME.md37 Object::monitorEnter
41 Object::monitorEnter
/arkcompiler/runtime_core/tests/checked/
Dmonitor.pa17 .function void Object.monitorEnter(panda.Object a0) <external>
35 call Object.monitorEnter, a0
/arkcompiler/runtime_core/static_core/tests/checked/
Dmonitor.pa17 .function void Object.monitorEnter(panda.Object a0) <external>
35 call Object.monitorEnter, a0
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md49 For instance, check symmetry of monitorEnter/monitorExit calls to avoid deadlocking.
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dabsint_checks.md49 For instance, check symmetry of monitorEnter/monitorExit calls to avoid deadlocking.
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor_object_lock.cpp27 [[maybe_unused]] auto res = Monitor::MonitorEnter(objHandler_.GetPtr()); in ObjectLock()
Dmonitor.h83 // 4. Is it useful to return ObjectHeader from monitorenter/exit? Right now it is enough to return …
100 PANDA_PUBLIC_API static Monitor::State MonitorEnter(ObjectHeader *obj, bool trylock = false);
Dintrinsics.cpp352 auto res = Monitor::MonitorEnter(header); in ObjectMonitorEnter()
359 LOG(FATAL, RUNTIME) << "MonitorEnter for " << header << " returned Illegal state!"; in ObjectMonitorEnter()
Druntime.yaml647 method_name: monitorEnter
Dmonitor.cpp254 Monitor::State Monitor::MonitorEnter(ObjectHeader *obj, bool trylock) in MonitorEnter() function in ark::Monitor
336 … LOG(DEBUG, RUNTIME) << "Caling MonitorEnter on object which isn't owned by this thread"; in MonitorExit()
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa650 .function void Object.monitorEnter(panda.Object a0) <native>
/arkcompiler/runtime_core/static_core/pandastdlib/
Dpandastdlib.pa677 .function void Object.monitorEnter(panda.Object a0) <native>
/arkcompiler/runtime_core/compiler/
Dintrinsics.yaml841 method_name: monitorEnter