Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.cpp80 RuntimeLockHolder locker(thread, mutex_); in InsertModuleLoadInfo() local
109 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in InsertParentModule() local
118 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in InsertEntryPointModule() local
218 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in ProcessModuleExecuteTime() local
258 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in SetStartTime() local
271 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in SetEndTime() local
Djs_shared_module_manager.cpp161 RuntimeLockHolder locker(thread, mutex_); in GetSModule() local
167 RuntimeLockHolder locker(thread, mutex_); in SearchInSModuleManager() local
173 RuntimeLockHolder locker(thread, mutex_); in InsertInSModuleManager() local
197 RuntimeLockHolder locker(thread, mutex_); in findModuleMutexWithLock() local
208 RuntimeLockHolder locker(thread, mutex_); in IsInstantiatedSModule() local
241 RuntimeLockHolder locker(thread, mutex_); in SModuleNamespaceCreate() local
Djs_module_source_text.cpp1065 RuntimeLockHolder locker(thread, stateVisit.mutex); in GetModuleEvaluatingType() local
1091 RuntimeLockHolder locker(thread, stateVisit.mutex); in InnerModuleEvaluation() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp81 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetStringFromCompressedSubString() local
101 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
124 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
146 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
166 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetString() local
210 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in AtomicGetOrInternStringImpl() local
388 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in InsertStringToTable() local
413 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternStringWithoutJSHandleForJit() local
446 RuntimeLockHolder locker(vm->GetJSThread(), stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternStringWithoutJSHandleForJit() local
500 RuntimeLockHolder locker(thread, mutex); in RelocateConstantData() local
[all …]
/arkcompiler/jsvm/src/
Djsvm_env.h177 v8::Locker* locker = nullptr; member
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1331 RuntimeLockHolder locker(thread, in DeserializeString() local