Searched defs:locker (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module_manager.cpp | 59 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
|
| D | module_logger.cpp | 79 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
|
| D | js_module_source_text.cpp | 1136 RuntimeLockHolder locker(thread, stateVisit.mutex); in GetModuleEvaluatingType() local 1162 RuntimeLockHolder locker(thread, stateVisit.mutex); in InnerModuleEvaluation() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 84 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/ |
| D | jsvm_env.h | 205 v8::Locker* locker = nullptr; member
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1437 RuntimeLockHolder locker(thread, in DeserializeString() local
|