Home
last modified time | relevance | path

Searched refs:RuntimeLockHolder (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Druntime_lock.h22 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 Druntime_lock.cpp20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder() function in panda::ecmascript::RuntimeLockHolder
H A Decma_string_table.cpp159 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 Dmodule_logger.cpp67 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 Djs_shared_module_manager.cpp200 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 Djs_module_source_text.cpp1172 RuntimeLockHolder locker(thread, stateVisit.mutex); in GetModuleEvaluatingType()
1191 RuntimeLockHolder locker(thread, stateVisit.mutex); in InnerModuleEvaluation()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1332 RuntimeLockHolder locker(thread, in DeserializeString()

Completed in 19 milliseconds