| /arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/ |
| D | containersvectorcommon_fuzzer.h | 116 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorAddFuzzTest() 137 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetFirstElementFuzzTest() 164 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetIndexOfFuzzTest() 192 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastElementFuzzTest() 219 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorHasFuzzTest() 247 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorInsertFuzzTest() 269 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorRemoveFuzzTest() 298 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorSetFuzzTest() 328 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastIndexOfFuzzTest() 356 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastIndexFromFuzzTest() [all …]
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/ |
| D | containerslinkedlistcommon_fuzzer.h | 112 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFuzzTest() 134 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFirstFuzzTest() 161 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastFuzzTest() 188 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFirstFuzzTest() 215 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListClearFuzzTest() 242 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListCloneFuzzTest() 269 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFuzzTest() 308 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetIndexOfFuzzTest() 336 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastIndexOfFuzzTest() 364 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListHasFuzzTest() [all …]
|
| /arkcompiler/ets_runtime/test/executiontest/ |
| D | thread_termination_test.cpp | 127 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/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 193 …d::vector<JsFrameInfo> jf = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildNativeAndJsStackTrace() 205 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), true); in BuildNativeAndJsStackTrace() 214 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), false); in BuildJsStackTrace() 424 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime() 438 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime() 567 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() 578 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() 588 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() 598 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution() 616 if (hostVm->GetAssociatedJSThread()->GetThreadId() == tid) { in BuildJsStackInfoList() [all …]
|
| /arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/ |
| D | arraylist_fuzzer.cpp | 132 auto thread = vm->GetAssociatedJSThread(); in ArrayListForEachFuzzTest() 167 auto thread = vm->GetAssociatedJSThread(); in ArrayListAddFuzzTest() 199 auto thread = vm->GetAssociatedJSThread(); in ArrayListClearFuzzTest() 232 auto thread = vm->GetAssociatedJSThread(); in ArrayListCloneFuzzTest() 265 auto thread = vm->GetAssociatedJSThread(); in ArrayListConvertToArrayFuzzTest() 298 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetFuzzTest() 332 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetCapacityFuzzTest() 365 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetIndexOfFuzzTest() 399 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetIteratorObjFuzzTest() 432 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetLastIndexOfFuzzTest() [all …]
|
| /arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/ |
| D | containersdequecommon_fuzzer.h | 89 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeInsertFrontFuzzTest() 140 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeForEachFuzzTest() 171 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeGetFirstFuzzTest() 207 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeGetLastFuzzTest() 243 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeInsertEndFuzzTest() 274 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeHasFuzzTest() 312 auto thread = vm->GetAssociatedJSThread(); in ContainersDequePopFirstFuzzTest() 348 auto thread = vm->GetAssociatedJSThread(); in ContainersDequePopLastFuzzTest() 384 auto thread = vm->GetAssociatedJSThread(); in ContainersDequeIteratorFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/ |
| D | containersplainarray_fuzzer.cpp | 89 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Constructor_FuzzTest() 117 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Add_Has_FuzzTest() 161 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Clone_FuzzTest() 199 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Clear_FuzzTest() 237 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_Get_FuzzTest() 276 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_GetIteratorObj_FuzzTest() 325 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_ForEach_FuzzTest() 368 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_ToString_FuzzTest() 406 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_GetIndexOfKey_FuzzTest() 445 auto thread = vm->GetAssociatedJSThread(); in ContainersPlainArray_GetIndexOfValue_FuzzTest() [all …]
|
| /arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/ |
| D | mapiteratorefget_fuzzer.cpp | 70 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetIndexFuzzTest() 91 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetKindFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/ |
| D | snapshotserializedeserialize_fuzzer.cpp | 38 array->Set(vm->GetAssociatedJSThread(), 0, str.GetTaggedValue()); in SnapshotSerializeDeserializeFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/primitiverefgetvalue_fuzzer/ |
| D | primitiverefgetvalue_fuzzer.cpp | 39 auto thread = vm->GetAssociatedJSThread(); in PrimitiveRefGetValueFuzztest()
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/ |
| D | snapshotserializehugeobject_fuzzer.cpp | 39 array->Set(vm->GetAssociatedJSThread(), 0, array1.GetTaggedValue()); in SnapshotSerializeHugeObjectFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/getformatfunction_fuzzer/ |
| D | getformatfunction_fuzzer.cpp | 37 auto thread = vm->GetAssociatedJSThread(); in NumberGetFormatFunctionFuzzerTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/ |
| D | setiteratorrefget_fuzzer.cpp | 55 auto thread = vm->GetAssociatedJSThread(); in SetIteratorRefGetFuzztest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/ |
| D | containersprivatecommon_fuzzer.h | 54 auto thread = vm->GetAssociatedJSThread(); in ContainersPrivateCommonFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| D | jsvaluerefislightweightmapandset_fuzzer.cpp | 175 auto thread = vm->GetAssociatedJSThread(); in JSValueRefIsLightWeightMapFuzzTest() 192 auto thread = vm->GetAssociatedJSThread(); in JSValueRefIsLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/ |
| D | generatorfunctionref_fuzzer.cpp | 35 auto thread = vm->GetAssociatedJSThread(); in CreateGeneratorObj()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/ |
| D | containerslightweightsetclear_fuzzer.cpp | 84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/ |
| D | containerslightweightset_fuzzer.cpp | 86 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetisempty_fuzzer/ |
| D | containerslightweightsetisempty_fuzzer.cpp | 84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/ |
| D | containerslistadd_fuzzer.cpp | 86 auto thread = vm->GetAssociatedJSThread(); in ContainerslistAddFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistinsert_fuzzer/ |
| D | containerslistinsert_fuzzer.cpp | 86 auto thread = vm->GetAssociatedJSThread(); in ContainerslistInsertFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersqueue_fuzzer/ |
| D | containersqueue_fuzzer.cpp | 86 auto thread = vm->GetAssociatedJSThread(); in ContainersQueueFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/ |
| D | containerslightweightsethashash_fuzzer.cpp | 84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslisthas_fuzzer/ |
| D | containerslisthas_fuzzer.cpp | 86 auto thread = vm->GetAssociatedJSThread(); in ContainerslistHasFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containershashsetadd_fuzzer/ |
| D | containershashsetadd_fuzzer.cpp | 87 auto thread = vm->GetAssociatedJSThread(); in ContainersHashSetAddFuzzTest()
|