Home
last modified time | relevance | path

Searched defs:mark (Results 1 – 12 of 12) 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()
196 std::optional<Monitor::State> Monitor::HandleUnlockedState(MarkWord &mark, MTManagedThread *thread, in HandleUnlockedState()
266 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in MonitorEnter() local
321 MarkWord mark = obj->AtomicGetMark(); in MonitorExit() local
383MarkWord &mark, ThreadStatus status, uint64_t timeout, uint64_t nanos, in WaitWithHeavyLockedState()
473 MarkWord mark = objHandle->AtomicGetMark(); in Wait() local
503 MarkWord mark = obj->AtomicGetMark(); in Notify() local
552 MarkWord mark = obj->AtomicGetMark(); in NotifyAll() local
899 MarkWord mark = obj->AtomicGetMark(); in Acquire() local
[all …]
Dobject_header.cpp98 auto mark = GetMark(); in GetHashCodeMTSingle() local
119 auto mark = currentObj->AtomicGetMark(); in GetHashCodeMTMulti() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.h258 auto mark = AtomicGetMark(std::memory_order_relaxed); in IsHashed() local
265 auto mark = AtomicGetMark(std::memory_order_relaxed); in IsUsedInfo() 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/plugins/ets/runtime/intrinsics/
Dunsafe_memory.cpp170 auto mark = reinterpret_cast<uint16_t *>(buf); in UnsafeMemoryReadString() local
/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.cpp50 uintmax_t mark = header->AtomicGetMark().GetValue(); in GetDebugInfoAboutObject() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp544 Marker mark = 4; in __anon55f231560e02() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dregion.h683 void SetHighWaterMark(uintptr_t mark) in SetHighWaterMark()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp1027 void Gate::SetMark(MarkCode mark, TimeStamp stamp) in SetMark()
Dgate_accessor.cpp37 void GateAccessor::SetMark(GateRef gate, MarkCode mark) in SetMark()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument