Home
last modified time | relevance | path

Searched defs:mark (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp105 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in InflateThinLock() local
137 std::optional<Monitor::State> Monitor::HandleLightLockedState(MarkWord &mark, MTManagedThread *thre… in HandleLightLockedState()
195 std::optional<Monitor::State> Monitor::HandleUnlockedState(MarkWord &mark, MTManagedThread *thread, in HandleUnlockedState()
264 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in MonitorEnter() local
318 MarkWord mark = obj->AtomicGetMark(); in MonitorExit() local
381MarkWord &mark, ThreadStatus status, uint64_t timeout, uint64_t nanos, in WaitWithHeavyLockedState()
470 MarkWord mark = objHandle->AtomicGetMark(); in Wait() local
500 MarkWord mark = obj->AtomicGetMark(); in Notify() local
548 MarkWord mark = obj->AtomicGetMark(); in NotifyAll() local
894 MarkWord mark = obj->AtomicGetMark(); in Acquire() local
[all …]
Dobject_header.cpp97 auto mark = GetMark(); in GetHashCodeMTSingle() local
118 auto mark = currentObj->AtomicGetMark(); in GetHashCodeMTMulti() local
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
Dverify.py180 def print_error(mark, filename, line_idx): argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmonitor_test.cpp264 MarkWord mark = header->AtomicGetMark(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp47 uintmax_t mark = header->AtomicGetMark().GetValue(); in GetDebugInfoAboutObject() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp544 Marker mark = 4; in __anonea4cd4b40e02() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dregion.h677 void SetHighWaterMark(uintptr_t mark) in SetHighWaterMark()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp1023 void Gate::SetMark(MarkCode mark, TimeStamp stamp) in SetMark()
Dgate_accessor.cpp37 void GateAccessor::SetMark(GateRef gate, MarkCode mark) in SetMark()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp480 } mark = MARK_W; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument