Home
last modified time | relevance | path

Searched defs:mark (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_stepping.py20 from pytest import mark namespace
H A Dtest_remote_object.py22 from pytest import mark namespace
H A Dtest_breaks_props.py22 from pytest import mark namespace
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A Dtest_timeout.py21 from pytest import mark namespace
H A Dtest_expect.py21 from pytest import mark namespace
H A Dtest_arkts_str.py21 from pytest import fixture, mark namespace
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmonitor_test.cpp264 MarkWord mark = header->AtomicGetMark(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/
H A Dtest_evaluate_simple.py18 from pytest import fixture, mark, TempPathFactory namespace
H A Dtest_ets_evaluate.py21 from pytest import fixture, mark, param namespace
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dexpect.py31 from pytest import FixtureRequest, Function, StashKey, fixture, hookimpl, mark namespace
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.cpp47 uintmax_t mark = header->AtomicGetMark().GetValue(); in GetDebugInfoAboutObject() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dobject_header.cpp97 auto mark = GetMark(); in GetHashCodeMTSingle() local
118 auto mark = currentObj->AtomicGetMark(); in GetHashCodeMTMulti() local
[all...]
H A Dmonitor.cpp105 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in InflateThinLock() local
137 std::optional<ark::Monitor::State> Monitor::HandleLightLockedState(MarkWord &mark, MTManagedThread *thread, in HandleLightLockedState() argument
195 std::optional<ark::Monitor::State> Monitor::HandleUnlockedState(MarkWord &mark, MTManagedThread *thread, in HandleUnlockedState() argument
250 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); MonitorEnter() local
312 MarkWord mark = obj->AtomicGetMark(); MonitorExit() local
392 MarkWord mark = objHandle->AtomicGetMark(); Wait() local
486 MarkWord mark = obj->AtomicGetMark(); Notify() local
534 MarkWord mark = obj->AtomicGetMark(); NotifyAll() local
870 MarkWord mark = obj->AtomicGetMark(); Acquire() local
897 MarkWord mark = obj->AtomicGetMark(); Acquire() local
925 MarkWord mark = obj->AtomicGetMark(); Acquire() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp480 } mark = MARK_W; // NOLINT(misc-non-private-member-variables-in-classes) member in ark::ets::interop::js::final
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp1025 void Gate::SetMark(MarkCode mark, TimeStamp stamp) in SetMark() argument
H A Dgate_accessor.cpp37 void GateAccessor::SetMark(GateRef gate, MarkCode mark) in SetMark() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dregion.h676 void SetHighWaterMark(uintptr_t mark) in SetHighWaterMark() argument

Completed in 13 milliseconds