Home
last modified time | relevance | path

Searched defs:mark (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp105 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in InflateThinLock() local
158 MarkWord mark = objHandle.GetPtr()->AtomicGetMark(); in MonitorEnter() local
287 MarkWord mark = obj->AtomicGetMark(); in MonitorExit() local
367 MarkWord mark = objHandle->AtomicGetMark(); in Wait() local
461 MarkWord mark = obj->AtomicGetMark(); in Notify() local
509 MarkWord mark = obj->AtomicGetMark(); in NotifyAll() local
845 MarkWord mark = obj->AtomicGetMark(); in Acquire() local
872 MarkWord mark = obj->AtomicGetMark(); in Acquire() local
900 MarkWord mark = obj->AtomicGetMark(); in Acquire() local
Dobject_header.cpp97 auto mark = GetMark(); in GetHashCodeMTSingle() local
118 auto mark = currentObj->AtomicGetMark(); in GetHashCodeMTMulti() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp72 size_t mark = localSymMark.size(); in OutputLocalSymbol() local
106 size_t mark = localPregMark.size(); in OutputPreg() local
119 size_t mark = labelMark.size(); in OutputLabel() local
Dbin_mpl_export.cpp477 size_t mark = gStrMark.size(); in OutputStr() local
497 size_t mark = uStrMark.size(); in OutputUsrStr() local
697 size_t mark = symMark.size(); in OutputSymbol() local
735 size_t mark = funcMark.size(); in OutputFunction() local
901 size_t mark = callInfoMark.size(); in OutputCallInfo() local
1074 size_t mark = eaNodeMark.size(); in OutEaCgNode() local
1369 size_t mark = typMark.size() + BinaryMplExport::typeMarkOffset; in OutputType() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmonitor_test.cpp264 MarkWord mark = header->AtomicGetMark(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.cpp146 std::string mark = ""; in ExtractSourceMapData() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp47 uintmax_t mark = header->AtomicGetMark().GetValue(); in GetDebugInfoAboutObject() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp544 Marker mark = 4; in __anona429afd50e02() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dregion.h402 void SetHighWaterMark(uintptr_t mark) in SetHighWaterMark()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp927 void Gate::SetMark(MarkCode mark, TimeStamp stamp) in SetMark()
Dgate_accessor.cpp36 void GateAccessor::SetMark(GateRef gate, MarkCode mark) in SetMark()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp474 } mark = MARK_W; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h585 void AddRef(uint32 bbId, uint32 pos, uint32 mark) in AddRef()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument