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