Home
last modified time | relevance | path

Searched defs:locker (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp59 RuntimeLockHolder locker(thread, mutex_); in GetSModule() local
65 RuntimeLockHolder locker(thread, mutex_); in SearchInSModuleManager() local
72 RuntimeLockHolder locker(thread, mutex_); in TryInsertInSModuleManager() local
82 RuntimeLockHolder locker(thread, mutex_); in AddToResolvedModulesAndCreateSharedModuleMutex() local
99 RuntimeLockHolder locker(thread, mutex_); in FindModuleMutexWithLock() local
110 RuntimeLockHolder locker(thread, mutex_); in IsInstantiatedSModule() local
143 RuntimeLockHolder locker(thread, mutex_); in SModuleNamespaceCreate() local
Dmodule_logger.cpp79 RuntimeLockHolder locker(thread, mutex_); in InsertModuleLoadInfo() local
108 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in InsertParentModule() local
117 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in InsertEntryPointModule() local
217 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in ProcessModuleExecuteTime() local
257 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in SetStartTime() local
270 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in SetEndTime() local
Djs_module_source_text.cpp1136 RuntimeLockHolder locker(thread, stateVisit.mutex); in GetModuleEvaluatingType() local
1162 RuntimeLockHolder locker(thread, stateVisit.mutex); in InnerModuleEvaluation() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp84 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetStringFromCompressedSubString() local
104 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
127 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
149 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
169 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
217 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in AtomicGetOrInternStringImpl() local
401 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in InsertStringToTable() local
426 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternStringWithoutJSHandleForJit() local
454 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternStringWithoutJSHandleForJit() local
526 RuntimeLockHolder locker(thread, mutex); in CheckStringTableValidity() local
/arkcompiler/jsvm/src/
Djsvm_env.h205 v8::Locker* locker = nullptr; member
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1437 RuntimeLockHolder locker(thread, in DeserializeString() local