Home
last modified time | relevance | path

Searched defs:jsThread (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/cross_vm/
Ddynamic_object_accessor.cpp35 JSThread *jsThread = thread->GetJSThread(); in HasProperty() local
45 JSThread *jsThread = thread->GetJSThread(); in GetProperty() local
55 JSThread *jsThread = thread->GetJSThread(); in SetProperty() local
66 JSThread *jsThread = thread->GetJSThread(); in HasElementByIdx() local
75 JSThread *jsThread = thread->GetJSThread(); in GetElementByIdx() local
84 JSThread *jsThread = thread->GetJSThread(); in SetElementByIdx() local
/arkcompiler/ets_runtime/ecmascript/cross_vm/unified_gc/
Dunified_gc_marker.h87 explicit UnifiedGCMarkRootsScope(JSThread *jsThread): jsThread_(jsThread) in UnifiedGCMarkRootsScope()
/arkcompiler/ets_runtime/common_components/thread/
Dthread_holder.cpp73 void ThreadHolder::RegisterJSThread(JSThread *jsThread) in RegisterJSThread()
84 void ThreadHolder::UnregisterJSThread(JSThread *jsThread) in UnregisterJSThread()
/arkcompiler/ets_runtime/common_components/tests/
Dtest_hooks.cpp36 void SynchronizeGCPhaseToJSThread(void *jsThread, GCPhase gcPhase) {} in SynchronizeGCPhaseToJSThread()
39 void VisitJSThread(void *jsThread, CommonRootVisitor visitor) {} in VisitJSThread()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h200 auto *jsThread = vm->GetJSThread(); in ParseListFromJson() local
235 auto *jsThread = vm->GetJSThread(); in ParseFromJson() local
252 auto *jsThread = vm->GetJSThread(); in ParseFromJsObject() local
/arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/
Dhooks.cpp270 void VisitJSThread(void *jsThread, CommonRootVisitor visitor) in VisitJSThread()
275 void SynchronizeGCPhaseToJSThread(void *jsThread, GCPhase gcPhase) in SynchronizeGCPhaseToJSThread()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp243 void Jit::CountInterpExecFuncs(JSThread *jsThread, JSHandle<JSFunction> &jsFunction) in CountInterpExecFuncs()
346 void Jit::InstallTasks(JSThread *jsThread) in InstallTasks()
/arkcompiler/runtime_core/common_interfaces/thread/
Dmutator_base.h292 void RegisterJSThread(void *jsThread) in RegisterJSThread()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp93 void JSThread::RegisterThread(JSThread *jsThread) in RegisterThread()
107 void JSThread::UnregisterThread(JSThread *jsThread) in UnregisterThread()
133 auto jsThread = new JSThread(vm); in Create() local
Decma_vm.cpp121 auto jsThread = JSThread::Create(vm); in Create() local