Home
last modified time | relevance | path

Searched refs:GetAssociatedJSThread (Results 1 – 25 of 117) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp100 …auto *thread = vm->GetAssociatedJSThread(); \
138 auto *thread = vm->GetAssociatedJSThread(); in Compile()
338 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
358 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
380 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
400 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
421 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
441 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
461 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
481 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h118 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorAddFuzzTest()
141 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetFirstElementFuzzTest()
170 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetIndexOfFuzzTest()
200 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastElementFuzzTest()
229 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorHasFuzzTest()
259 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorInsertFuzzTest()
283 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorRemoveFuzzTest()
313 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorSetFuzzTest()
344 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastIndexOfFuzzTest()
373 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastIndexFromFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h114 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFuzzTest()
139 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFirstFuzzTest()
169 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastFuzzTest()
199 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFirstFuzzTest()
229 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListClearFuzzTest()
259 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListCloneFuzzTest()
289 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFuzzTest()
331 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetIndexOfFuzzTest()
362 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastIndexOfFuzzTest()
393 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListHasFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/executiontest/
Dthread_termination_test.cpp127 JSThread *thread = vm_->GetAssociatedJSThread(); in HWTEST_F_L0()
140 JSThread *thread = vm_->GetAssociatedJSThread(); in HWTEST_F_L0()
156 JSThread *thread = vm_->GetAssociatedJSThread(); in HWTEST_F_L0()
172 JSThread *thread = vm_->GetAssociatedJSThread(); in HWTEST_F_L0()
185 JSThread *thread = vm_->GetAssociatedJSThread(); in HWTEST_F_L0()
197 JSThread *thread = vm_->GetAssociatedJSThread(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp134 auto thread = vm->GetAssociatedJSThread(); in ArrayListForEachFuzzTest()
172 auto thread = vm->GetAssociatedJSThread(); in ArrayListAddFuzzTest()
207 auto thread = vm->GetAssociatedJSThread(); in ArrayListClearFuzzTest()
243 auto thread = vm->GetAssociatedJSThread(); in ArrayListCloneFuzzTest()
279 auto thread = vm->GetAssociatedJSThread(); in ArrayListConvertToArrayFuzzTest()
315 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetFuzzTest()
352 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetCapacityFuzzTest()
388 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetIndexOfFuzzTest()
425 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetIteratorObjFuzzTest()
461 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetLastIndexOfFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h91 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeInsertFrontFuzzTest()
143 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeForEachFuzzTest()
175 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeGetFirstFuzzTest()
211 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeGetLastFuzzTest()
249 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeInsertEndFuzzTest()
281 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeHasFuzzTest()
320 auto thread = vm->GetAssociatedJSThread(); in ContainersDequePopFirstFuzzTest()
356 auto thread = vm->GetAssociatedJSThread(); in ContainersDequePopLastFuzzTest()
392 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeIteratorFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
Dcontainersplainarray_fuzzer.cpp91 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Constructor_FuzzTest()
122 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Add_Has_FuzzTest()
169 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Clone_FuzzTest()
210 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Clear_FuzzTest()
251 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Get_FuzzTest()
293 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_GetIteratorObj_FuzzTest()
346 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_ForEach_FuzzTest()
392 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_ToString_FuzzTest()
433 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_GetIndexOfKey_FuzzTest()
476 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_GetIndexOfValue_FuzzTest()
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_thread_state_test.cpp81 newVm->GetAssociatedJSThread()->UpdateState(ThreadState::CREATED); in CreateNewVMInSeparateThread()
103 result &= i->GetAssociatedJSThread()->HasSuspendRequest(); in CheckAllThreadsSuspended()
112 result &= (i->GetAssociatedJSThread()->GetState() == expectedState); in CheckAllThreadsState()
121 i->GetAssociatedJSThread()->SuspendThread(false); in SuspendOrResumeAllThreads()
123 i->GetAssociatedJSThread()->ResumeThread(false); in SuspendOrResumeAllThreads()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp333 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), true); in BuildNativeAndJsStackTrace()
342 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), false); in BuildJsStackTrace()
620 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime()
634 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime()
792 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM()
803 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM()
813 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended()
823 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution()
841 if (hostVm->GetAssociatedJSThread()->GetThreadId() == tid) { in BuildJsStackInfoList()
849 jsFrames = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildJsStackInfoList()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/
Dmapiteratorefget_fuzzer.cpp72 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetIndexFuzzTest()
97 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetKindFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/
Dsnapshotserializedeserialize_fuzzer.cpp40 array->Set(vm->GetAssociatedJSThread(), 0, str.GetTaggedValue()); in SnapshotSerializeDeserializeFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/primitiverefgetvalue_fuzzer/
Dprimitiverefgetvalue_fuzzer.cpp41 auto thread = vm->GetAssociatedJSThread(); in PrimitiveRefGetValueFuzztest()
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/
Dsnapshotserializehugeobject_fuzzer.cpp41 array->Set(vm->GetAssociatedJSThread(), 0, array1.GetTaggedValue()); in SnapshotSerializeHugeObjectFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/getformatfunction_fuzzer/
Dgetformatfunction_fuzzer.cpp39 auto thread = vm->GetAssociatedJSThread(); in NumberGetFormatFunctionFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp75 ThreadManagedScope managedScope(vm->GetAssociatedJSThread()); in InitializeIfFirstVm()
86 ThreadManagedScope managedScope(vm->GetAssociatedJSThread()); in InitializeIfFirstVm()
93 mainThread_ = vm->GetAssociatedJSThread(); in PreInitialization()
/arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/
Dsetiteratorrefget_fuzzer.cpp57 auto thread = vm->GetAssociatedJSThread(); in SetIteratorRefGetFuzztest()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h56 auto thread = vm->GetAssociatedJSThread(); in ContainersPrivateCommonFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
Djsvaluerefislightweightmapandset_fuzzer.cpp177 auto thread = vm->GetAssociatedJSThread(); in JSValueRefIsLightWeightMapFuzzTest()
197 auto thread = vm->GetAssociatedJSThread(); in JSValueRefIsLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/
Dgeneratorfunctionref_fuzzer.cpp36 auto thread = vm->GetAssociatedJSThread(); in CreateGeneratorObj()
/arkcompiler/ets_runtime/test/fuzztest/containershashsetconstructor_fuzzer/
Dcontainershashsetconstructor_fuzzer.cpp89 auto thread = vm->GetAssociatedJSThread(); in ContainersHashSetConstructorFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/
Dcontainerslightweightsetentries_fuzzer.cpp86 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistset_fuzzer/
Dcontainerslistset_fuzzer.cpp88 auto thread = vm->GetAssociatedJSThread(); in ContainerslistSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/
Dcontainerslightweightsetclear_fuzzer.cpp86 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistisempty_fuzzer/
Dcontainerslistisempty_fuzzer.cpp88 auto thread = vm->GetAssociatedJSThread(); in ContainerslistIsemptyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/
Dcontainerslightweightset_fuzzer.cpp88 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()

12345