| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| D | task_queue.cpp | 21 os::memory::LockHolder holder(mtx_); in PostTask() local 29 os::memory::LockHolder holder(mtx_); in PopTask() local 46 os::memory::LockHolder holder(mtx_); in TerminateTask() local 60 os::memory::LockHolder holder(mtx_); in Terminate() local
|
| D | runner.cpp | 38 os::memory::LockHolder holder(mtx_); in TerminateTask() local 57 os::memory::LockHolder holder(mtxPool_); in TerminateThread() local 67 os::memory::LockHolder holder(mtx_); in SetRunTask() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | string_table.cpp | 85 os::memory::ReadLockHolder holder(table_lock_); in VisitStrings() local 95 os::memory::ReadLockHolder holder(table_lock_); in GetString() local 109 os::memory::ReadLockHolder holder(table_lock_); in GetString() local 122 os::memory::ReadLockHolder holder(table_lock_); in GetString() local 135 os::memory::WriteLockHolder holder(table_lock_); in ForceInternString() local 144 os::memory::WriteLockHolder holder(table_lock_); in InternString() local 206 os::memory::WriteLockHolder holder(table_lock_); in UpdateMoved() local 227 os::memory::WriteLockHolder holder(table_lock_); in Sweep() local 252 os::memory::ReadLockHolder holder(table_lock_); in Size() local 341 os::memory::WriteLockHolder holder(table_lock_); in VisitRoots() local [all …]
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 56 os::memory::LockHolder holder(loop_lock); in CreateThread() local 76 os::memory::LockHolder holder(loop_lock); in DestroyThread() local 95 os::memory::LockHolder holder(loop_lock); in StartThread() local 111 os::memory::LockHolder holder(loop_lock); in WaitUntilTasksEnd() local 124 os::memory::LockHolder holder(loop_lock); in WaitUntilTasksEnd() local 244 os::memory::LockHolder holder(*queue_lock_); in BuildSetFromQueue() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | concurrent_sweeper.cpp | 71 os::memory::LockHolder holder(mutexs_[type]); in AsyncSweepSpace() local 84 os::memory::LockHolder holder(mutexs_[i]); in WaitAllTaskFinished() local 120 os::memory::LockHolder holder(mutexs_[type]); in WaitingTaskFinish() local 124 os::memory::LockHolder holder(mutexs_[type]); in WaitingTaskFinish() local
|
| D | work_manager.cpp | 112 WorkNodeHolder &holder = works_[i]; in Finish() local 139 WorkNodeHolder &holder = works_[i]; in Finish() local 150 WorkNodeHolder &holder = works_[i]; in Initialize() local
|
| D | parallel_evacuator.cpp | 69 os::memory::LockHolder holder(mutex_); in EvacuateSpace() local 90 os::memory::LockHolder holder(mutex_); in EvacuateSpace() local 207 os::memory::LockHolder holder(mutex_); in UpdateReference() local 391 os::memory::LockHolder holder(mutex_); in WaitFinished() local 406 os::memory::LockHolder holder(mutex_); in ProcessWorkloads() local
|
| D | heap.cpp | 794 os::memory::LockHolder holder(waitTaskFinishedMutex_); in WaitRunningTaskFinished() local 802 os::memory::LockHolder holder(waitClearTaskFinishedMutex_); in WaitClearTaskFinished() local 832 os::memory::LockHolder holder(waitTaskFinishedMutex_); in IncreaseTaskCount() local 931 os::memory::LockHolder holder(waitTaskFinishedMutex_); in CheckCanDistributeTask() local 937 os::memory::LockHolder holder(waitTaskFinishedMutex_); in ReduceTaskCount() local
|
| D | sparse_space.cpp | 191 os::memory::LockHolder holder(lock_); in GetSweepingRegionSafe() local 202 os::memory::LockHolder holder(lock_); in AddSweptRegionSafe() local 208 os::memory::LockHolder holder(lock_); in GetSweptRegionSafe() local 225 os::memory::LockHolder holder(lock_); in TryToGetSuitableSweptRegion() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 39 #define CHECK_IS_ON_PROTOTYPE_CHAIN(receiver, holder) \ argument 50 JSTaggedValue holder = receiver; in GetPropertyByName() local 118 JSTaggedValue holder = receiver; in SetPropertyByName() local 232 JSTaggedValue holder = receiver; in GetPropertyByIndex() local 285 JSTaggedValue holder = receiver; in SetPropertyByIndex() local 547 …alue ObjectFastOperator::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, in CallGetter() 576 bool ObjectFastOperator::ShouldCallSetter(JSTaggedValue receiver, JSTaggedValue holder, JSTaggedVal… in ShouldCallSetter() 599 JSTaggedValue holder, in FastGetTypeArrayProperty() 627 JSTaggedValue holder, in FastSetTypeArrayProperty()
|
| D | object_operator.cpp | 144 ObjectOperator::ObjectOperator(JSThread *thread, const JSHandle<JSObject> &holder, const JSHandle<J… in ObjectOperator() 152 ObjectOperator::ObjectOperator(JSThread *thread, const JSHandle<JSTaggedValue> &holder, in ObjectOperator() 160 ObjectOperator::ObjectOperator(JSThread *thread, const JSHandle<JSTaggedValue> &holder, uint32_t in… in ObjectOperator() 170 ObjectOperator::ObjectOperator(JSThread *thread, const JSHandle<JSTaggedValue> &holder, in ObjectOperator()
|
| D | js_object.cpp | 555 JSHandle<JSTaggedValue> holder = op->GetHolder(); in SetProperty() local 758 JSHandle<JSTaggedValue> holder = op->GetHolder(); in GetProperty() local 1077 JSHandle<JSTaggedValue> holder = op.GetHolder(); in HasProperty() local 1090 JSHandle<JSTaggedValue> holder = op.GetHolder(); in HasProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 19 …ggedValue> Internalize::InternalizeJsonProperty(JSThread *thread, const JSHandle<JSObject> &holder, in InternalizeJsonProperty() 67 bool Internalize::RecurseAndApply(JSThread *thread, const JSHandle<JSObject> &holder, in RecurseAndApply()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | multithreaded_intern_string_table_test.cpp | 117 os::memory::WriteLockHolder holder(table_->table_.table_lock_); in PostFree() local 121 os::memory::WriteLockHolder holder(table_->internal_table_.table_lock_); in PostFree() local
|
| D | gc_log_test.cpp | 215 VMHandle<coretypes::Array> holder; in TEST_F() local
|
| D | g1gc_test.cpp | 608 VMHandle<coretypes::Array> holder; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 194 JSTaggedValue holder, in StoreICWithHandler() 239 auto holder = prototypeHandler->GetHolder(); in StorePrototype() local 256 auto holder = storeTSHandler->GetHolder(); in StoreWithTS() local 392 auto holder = prototypeHandler->GetHolder(); in LoadPrototype() local 398 … JSTaggedValue holder, JSTaggedValue handler) in LoadICWithHandler()
|
| D | ic_handler.h | 120 JSHandle<JSObject> holder = JSHandle<JSObject>::Cast(op.GetHolder()); in LoadProperty() local 164 JSHandle<JSObject> holder = JSHandle<JSObject>::Cast(op.GetHolder()); in StoreProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub-inl.h | 33 #define CHECK_IS_ON_PROTOTYPE_CHAIN(receiver, holder) \ argument 151 …edValue FastRuntimeStub::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, in CallGetter()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeRelation.cpp | 51 …ult TypeRelation::CacheLookup(const Type *source, const Type *target, const RelationHolder &holder, in CacheLookup()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc.cpp | 161 os::memory::LockHolder holder(*cleared_references_lock_); in Initialize() local 344 os::memory::LockHolder holder(*cleared_references_lock_); in ProcessReferences() local 500 os::memory::LockHolder holder(*cleared_references_lock_); in EnqueueReferences() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.cpp | 729 os::memory::LockHolder holder(mtx_); in PostFrame() local 762 os::memory::LockHolder holder(mtx_); in PostNapiFrame() local 797 os::memory::LockHolder holder(mtx_); in PopFrame() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | try_catch_resolving.cpp | 89 auto holder = MarkerHolder(GetGraph()); in TryFindResolvedCatchHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 530 GateRef StubBuilder::CallGetterHelper(GateRef glue, GateRef receiver, GateRef holder, GateRef acces… in CallGetterHelper() 638 GateRef StubBuilder::ShouldCallSetter(GateRef receiver, GateRef holder, GateRef accessor, GateRef a… in ShouldCallSetter() 4998 GateRef StubBuilder::GetTypeArrayPropertyByName(GateRef glue, GateRef receiver, GateRef holder, in GetTypeArrayPropertyByName() 5051 GateRef StubBuilder::SetTypeArrayPropertyByName(GateRef glue, GateRef receiver, GateRef holder, Gat… in SetTypeArrayPropertyByName()
|