Home
last modified time | relevance | path

Searched defs:jsThread (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pkg_args.h182 auto *jsThread = vm->GetJSThread(); in ParseListFromJson() local
217 auto *jsThread = vm->GetJSThread(); in ParseFromJson() local
234 auto *jsThread = vm->GetJSThread(); ParseFromJsObject() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp1459 JSThread* jsThread = ecmaVM->GetJSThread(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp87 auto jsThread = JSThread::Create(vm); in Create() local
H A Djs_thread.cpp55 void JSThread::RegisterThread(JSThread *jsThread) in RegisterThread() argument
65 void JSThread::UnregisterThread(JSThread *jsThread) in UnregisterThread() argument
81 auto jsThread = new JSThread(vm); Create() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp506 void Jit::InstallTasks(JSThread *jsThread) in InstallTasks() argument

Completed in 7 milliseconds