| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 100 …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/ |
| D | containersvectorcommon_fuzzer.h | 118 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/ |
| D | containerslinkedlistcommon_fuzzer.h | 114 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/ |
| 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/test/fuzztest/arraylist_fuzzer/ |
| D | arraylist_fuzzer.cpp | 134 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/ |
| D | containersdequecommon_fuzzer.h | 91 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/ |
| D | containersplainarray_fuzzer.cpp | 91 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/ |
| D | js_thread_state_test.cpp | 81 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/ |
| D | dfx_jsnapi.cpp | 333 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/ |
| D | mapiteratorefget_fuzzer.cpp | 72 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetIndexFuzzTest() 97 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetKindFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/ |
| D | snapshotserializedeserialize_fuzzer.cpp | 40 array->Set(vm->GetAssociatedJSThread(), 0, str.GetTaggedValue()); in SnapshotSerializeDeserializeFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/primitiverefgetvalue_fuzzer/ |
| D | primitiverefgetvalue_fuzzer.cpp | 41 auto thread = vm->GetAssociatedJSThread(); in PrimitiveRefGetValueFuzztest()
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/ |
| D | snapshotserializehugeobject_fuzzer.cpp | 41 array->Set(vm->GetAssociatedJSThread(), 0, array1.GetTaggedValue()); in SnapshotSerializeHugeObjectFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/getformatfunction_fuzzer/ |
| D | getformatfunction_fuzzer.cpp | 39 auto thread = vm->GetAssociatedJSThread(); in NumberGetFormatFunctionFuzzerTest()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime.cpp | 75 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/ |
| D | setiteratorrefget_fuzzer.cpp | 57 auto thread = vm->GetAssociatedJSThread(); in SetIteratorRefGetFuzztest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/ |
| D | containersprivatecommon_fuzzer.h | 56 auto thread = vm->GetAssociatedJSThread(); in ContainersPrivateCommonFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| D | jsvaluerefislightweightmapandset_fuzzer.cpp | 177 auto thread = vm->GetAssociatedJSThread(); in JSValueRefIsLightWeightMapFuzzTest() 197 auto thread = vm->GetAssociatedJSThread(); in JSValueRefIsLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/ |
| D | generatorfunctionref_fuzzer.cpp | 36 auto thread = vm->GetAssociatedJSThread(); in CreateGeneratorObj()
|
| /arkcompiler/ets_runtime/test/fuzztest/containershashsetconstructor_fuzzer/ |
| D | containershashsetconstructor_fuzzer.cpp | 89 auto thread = vm->GetAssociatedJSThread(); in ContainersHashSetConstructorFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/ |
| D | containerslightweightsetentries_fuzzer.cpp | 86 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistset_fuzzer/ |
| D | containerslistset_fuzzer.cpp | 88 auto thread = vm->GetAssociatedJSThread(); in ContainerslistSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/ |
| D | containerslightweightsetclear_fuzzer.cpp | 86 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistisempty_fuzzer/ |
| D | containerslistisempty_fuzzer.cpp | 88 auto thread = vm->GetAssociatedJSThread(); in ContainerslistIsemptyFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/ |
| D | containerslightweightset_fuzzer.cpp | 88 auto thread = vm->GetAssociatedJSThread(); in ContainersLightWeightSetFuzzTest()
|