Home
last modified time | relevance | path

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

12345

/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h115 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorAddFuzzTest()
136 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetFirstElementFuzzTest()
163 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetIndexOfFuzzTest()
191 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastElementFuzzTest()
218 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorHasFuzzTest()
246 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorInsertFuzzTest()
268 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorRemoveFuzzTest()
297 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorSetFuzzTest()
327 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastIndexOfFuzzTest()
355 auto thread = vm->GetAssociatedJSThread(); in ContainersVectorGetLastIndexFromFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h111 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFuzzTest()
133 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFirstFuzzTest()
160 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastFuzzTest()
187 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFirstFuzzTest()
214 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListClearFuzzTest()
241 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListCloneFuzzTest()
268 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFuzzTest()
307 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetIndexOfFuzzTest()
335 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastIndexOfFuzzTest()
363 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListHasFuzzTest()
[all …]
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp137 …d::vector<JsFrameInfo> jf = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildNativeAndJsStackTrace()
149 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), true); in BuildNativeAndJsStackTrace()
158 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), false); in BuildJsStackTrace()
332 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime()
346 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime()
463 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM()
474 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM()
484 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended()
506 if (hostVm->GetAssociatedJSThread()->GetThreadId() == tid) { in BuildJsStackInfoList()
514 jsFrames = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildJsStackInfoList()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp131 auto thread = vm->GetAssociatedJSThread(); in ArrayListForEachFuzzTest()
166 auto thread = vm->GetAssociatedJSThread(); in ArrayListAddFuzzTest()
198 auto thread = vm->GetAssociatedJSThread(); in ArrayListClearFuzzTest()
231 auto thread = vm->GetAssociatedJSThread(); in ArrayListCloneFuzzTest()
264 auto thread = vm->GetAssociatedJSThread(); in ArrayListConvertToArrayFuzzTest()
297 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetFuzzTest()
331 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetCapacityFuzzTest()
364 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetIndexOfFuzzTest()
398 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetIteratorObjFuzzTest()
431 auto thread = vm->GetAssociatedJSThread(); in ArrayListGetLastIndexOfFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h89 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/
Dcontainersplainarray_fuzzer.cpp89 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/snapshotserializedeserialize_fuzzer/
Dsnapshotserializedeserialize_fuzzer.cpp38 array->Set(vm->GetAssociatedJSThread(), 0, str.GetTaggedValue()); in SnapshotSerializeDeserializeFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/
Dsnapshotserializehugeobject_fuzzer.cpp39 array->Set(vm->GetAssociatedJSThread(), 0, array1.GetTaggedValue()); in SnapshotSerializeHugeObjectFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h54 auto thread = vm->GetAssociatedJSThread(); in ContainersPrivateCommonFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/
Dcontainerslightweightsetentries_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashsetconstructor_fuzzer/
Dcontainershashsetconstructor_fuzzer.cpp87 auto thread = vm->GetAssociatedJSThread(); in ContainersHashSetConstructorFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/
Dcontainersstackpush_fuzzer.cpp86 auto thread = vm->GetAssociatedJSThread(); in ContainersStackPushFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/
Dcontainerslightweightsethashash_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
Dcontainerslightweightmapentries_fuzzer.cpp87 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightMapEntriesFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetiteratorobj_fuzzer/
Dcontainerslightweightsetgetiteratorobj_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetequal_fuzzer/
Dcontainerslightweightsetequal_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
Dcontainersstack_fuzzer.cpp86 auto thread = vm->GetAssociatedJSThread(); in ContainersStackFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashsetadd_fuzzer/
Dcontainershashsetadd_fuzzer.cpp87 auto thread = vm->GetAssociatedJSThread(); in ContainersHashSetAddFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/
Dcontainerslightweightsetvalues_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetremove_fuzzer/
Dcontainerslightweightsetremove_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/
Dcontainerslightweightsettostring_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetindexof_fuzzer/
Dcontainerslightweightsetgetindexof_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/
Dcontainerslightweightsethas_fuzzer.cpp84 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistisempty_fuzzer/
Dcontainerslistisempty_fuzzer.cpp86 auto thread = vm->GetAssociatedJSThread(); in ContainerslistIsemptyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistinsert_fuzzer/
Dcontainerslistinsert_fuzzer.cpp86 auto thread = vm->GetAssociatedJSThread(); in ContainerslistInsertFuzzTest()

12345