Searched refs:RuntimeLockHolder (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_lock.h | 22 class RuntimeLockHolder { class 24 RuntimeLockHolder(JSThread *thread, Mutex &mtx); 26 ~RuntimeLockHolder() in ~RuntimeLockHolder() 35 NO_COPY_SEMANTIC(RuntimeLockHolder); 36 NO_MOVE_SEMANTIC(RuntimeLockHolder);
|
H A D | runtime_lock.cpp | 20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder() function in panda::ecmascript::RuntimeLockHolder
|
H A D | ecma_string_table.cpp | 159 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in InternEmptyString() 190 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternString() 224 RuntimeLockHolder locker(vm->GetJSThread(), stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternString() 254 RuntimeLockHolder locker(vm->GetJSThread(), stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternCompressedSubString() 281 RuntimeLockHolder locker(vm->GetJSThread(), stringTable_[GetTableId(hashcode)].mutex_); in CreateAndInternStringNonMovable() 305 RuntimeLockHolder locker(vm->GetJSThread(), stringTable_[GetTableId(hashcode)].mutex_); in CreateAndInternStringReadOnly() 326 RuntimeLockHolder locker(vm->GetJSThread(), stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternString() 359 RuntimeLockHolder locker(thread, stringTable_[GetTableId(hashcode)].mutex_); in GetOrInternString() 410 RuntimeLockHolder locker(vm->GetJSThread(), stringTable_[GetTableId(hashcode)].mutex_); in InsertStringToTable() 424 RuntimeLockHolder locke in TryGetInternString() [all...] |
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | module_logger.cpp | 67 RuntimeLockHolder locker(thread, mutex_); in InsertModuleLoadInfo() 96 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in InsertParentModule() 105 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in InsertEntryPointModule() 203 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in ProcessModuleExecuteTime() 241 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in SetStartTime() 249 RuntimeLockHolder locker(vm_->GetJSThread(), mutex_); in SetEndTime()
|
H A D | js_shared_module_manager.cpp | 200 RuntimeLockHolder locker(thread, mutex_); in GetSModule() 206 RuntimeLockHolder locker(thread, mutex_); in SearchInSModuleManager() 212 RuntimeLockHolder locker(thread, mutex_); in InsertInSModuleManager() 236 RuntimeLockHolder locker(thread, mutex_); in findModuleMutexWithLock() 247 RuntimeLockHolder locker(thread, mutex_); in IsInstantiatedSModule() 281 RuntimeLockHolder locker(thread, mutex_); in SModuleNamespaceCreate()
|
H A D | js_module_source_text.cpp | 1172 RuntimeLockHolder locker(thread, stateVisit.mutex); in GetModuleEvaluatingType() 1191 RuntimeLockHolder locker(thread, stateVisit.mutex); in InnerModuleEvaluation()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 1332 RuntimeLockHolder locker(thread, in DeserializeString()
|
Completed in 19 milliseconds