| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.cpp | 105 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in InflateThinLock() local 137 std::optional<ark::Monitor::State> Monitor::HandleLightLockedState(MarkWord &mark, MTManagedThread … in HandleLightLockedState() 195 std::optional<ark::Monitor::State> Monitor::HandleUnlockedState(MarkWord &mark, MTManagedThread *th… in HandleUnlockedState() 250 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in MonitorEnter() local 312 MarkWord mark = obj->AtomicGetMark(); in MonitorExit() local 392 MarkWord mark = objHandle->AtomicGetMark(); in Wait() local 486 MarkWord mark = obj->AtomicGetMark(); in Notify() local 534 MarkWord mark = obj->AtomicGetMark(); in NotifyAll() local 870 MarkWord mark = obj->AtomicGetMark(); in Acquire() local 897 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_export.cpp | 73 size_t mark = localSymMark.size(); in OutputLocalSymbol() local 107 size_t mark = localPregMark.size(); in OutputPreg() local 120 size_t mark = labelMark.size(); in OutputLabel() local
|
| D | bin_mpl_export.cpp | 475 size_t mark = gStrMark.size(); in OutputStr() local 495 size_t mark = uStrMark.size(); in OutputUsrStr() local 695 size_t mark = symMark.size(); in OutputSymbol() local 823 size_t mark = callInfoMark.size(); in OutputCallInfo() local 997 size_t mark = eaNodeMark.size(); in OutEaCgNode() local 1259 size_t mark = typMark.size() + static_cast<size_t>(BinaryMplExport::typeMarkOffset); in OutputType() 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 __anon696e89750e02() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | region.h | 601 void SetHighWaterMark(uintptr_t mark) in SetHighWaterMark()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.cpp | 1028 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_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_color_ra.h | 585 void AddRef(uint32 bbId, uint32 pos, uint32 mark) in AddRef()
|
| /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
|