Searched defs:mark (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.cpp | 105 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 383 … MarkWord &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 …]
|
| D | object_header.cpp | 98 auto mark = GetMark(); in GetHashCodeMTSingle() local 119 auto mark = currentObj->AtomicGetMark(); in GetHashCodeMTMulti() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_object.h | 258 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/ |
| D | verify.py | 180 def print_error(mark, filename, line_idx): argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | unsafe_memory.cpp | 170 auto mark = reinterpret_cast<uint16_t *>(buf); in UnsafeMemoryReadString() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | monitor_test.cpp | 264 MarkWord mark = header->AtomicGetMark(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.cpp | 50 uintmax_t mark = header->AtomicGetMark().GetValue(); in GetDebugInfoAboutObject() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_graph_test.cpp | 544 Marker mark = 4; in __anon55f231560e02() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | region.h | 683 void SetHighWaterMark(uintptr_t mark) in SetHighWaterMark()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.cpp | 1027 void Gate::SetMark(MarkCode mark, TimeStamp stamp) in SetMark()
|
| D | gate_accessor.cpp | 37 void GateAccessor::SetMark(GateRef gate, MarkCode mark) in SetMark()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|