Searched defs:mark (Results 1 – 11 of 11) 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() 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 381 … MarkWord &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 …]
|
| D | object_header.cpp | 97 auto mark = GetMark(); in GetHashCodeMTSingle() local 118 auto mark = currentObj->AtomicGetMark(); in GetHashCodeMTMulti() 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/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 | 47 uintmax_t mark = header->AtomicGetMark().GetValue(); in GetDebugInfoAboutObject() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_graph_test.cpp | 544 Marker mark = 4; in __anonea4cd4b40e02() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | region.h | 677 void SetHighWaterMark(uintptr_t mark) in SetHighWaterMark()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.cpp | 1023 void Gate::SetMark(MarkCode mark, TimeStamp stamp) in SetMark()
|
| D | gate_accessor.cpp | 37 void GateAccessor::SetMark(GateRef gate, MarkCode mark) in SetMark()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ts2ets_copy.cpp | 480 } mark = MARK_W; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /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
|