Home
last modified time | relevance | path

Searched refs:ScopedNativeCodeThread (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_scopes.h67 class PANDA_PUBLIC_API ScopedNativeCodeThread {
69 explicit ScopedNativeCodeThread(ManagedThread *thread) : thread_(thread) in ScopedNativeCodeThread() function
76 ~ScopedNativeCodeThread() in ~ScopedNativeCodeThread()
84 NO_COPY_SEMANTIC(ScopedNativeCodeThread);
85 NO_MOVE_SEMANTIC(ScopedNativeCodeThread);
/arkcompiler/runtime_core/static_core/runtime/tests/
Dexplicit_gc_test.cpp102 ScopedNativeCodeThread sn(thread); in TEST_F()
118 ScopedNativeCodeThread sn(thread); in TEST_F()
128 ScopedNativeCodeThread sn(thread); in TEST_F()
156 ScopedNativeCodeThread sn(thread); in TEST_F()
Dg1gc_test.cpp234 ScopedNativeCodeThread sn(thread); in TEST_F()
266 ScopedNativeCodeThread sn(thread); in TEST_F()
305 ScopedNativeCodeThread sn(thread); in TEST_F()
316 ScopedNativeCodeThread sn(thread); in TEST_F()
369 ScopedNativeCodeThread sn(thread); in TEST_F()
389 ScopedNativeCodeThread sn(thread); in TEST_F()
472 ScopedNativeCodeThread sn(thread); in TEST_F()
578 ScopedNativeCodeThread sn(thread); in TEST_F()
598 ScopedNativeCodeThread sn(thread); in TEST_F()
649 ScopedNativeCodeThread sn(thread); in TEST_F()
[all …]
Dgc_log_test.cpp197 ScopedNativeCodeThread sn(thread); in TEST_F()
215 ScopedNativeCodeThread sn(thread); in TEST_F()
222 ScopedNativeCodeThread sn(thread); in TEST_F()
Depsilon_gcs_test.cpp170 ScopedNativeCodeThread sn(thread); in TEST_F()
180 ScopedNativeCodeThread sn(thread); in TEST_F()
273 ScopedNativeCodeThread sn(thread); in TEST_F()
287 ScopedNativeCodeThread sn(thread); in TEST_F()
Dintrusive_gc_test_api_test.cpp81 ScopedNativeCodeThread sn(thread); in TEST_P()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_AniHelpers.cpp24 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in AsyncWorkNativeInvoke()
Dstd_core.cpp118 ScopedNativeCodeThread snct(coroutine); in LoadNativeLibraryHandler()
150 ScopedNativeCodeThread nativeScope(coro); in StdSystemScheduleCoroutine()
194 ScopedNativeCodeThread nativeScope(coro); in StdSystemScaleWorkersPool()
Dstd_core_AbcFile.cpp58 ScopedNativeCodeThread etsNativeScope(coro); in EtsAbcFileLoadAbcFile()
107 ScopedNativeCodeThread etsNativeScope(coro); in EtsAbcFileLoadFromMemory()
Dstd_core_gc.cpp127 ScopedNativeCodeThread s(thread); in StdGCWaitForFinishGC()
373 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeAllocation()
387 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeFree()
Dstd_core_ExclusiveLauncher.cpp127 ScopedNativeCodeThread nativeScope(coro); in ExclusiveLaunch()
Dstd_core_Promise.cpp210 ScopedNativeCodeThread n(currentCoro); in EtsAwaitPromise()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_array.h71 ScopedNativeCodeThread nativeScope(coro); in WrapImpl()
83 ScopedNativeCodeThread s(coro); in WrapImpl()
162 ScopedNativeCodeThread nativeScope(coro); in WrapImpl()
185 ScopedNativeCodeThread s(coro); in WrapImpl()
Dintrinsics_api_impl.cpp65 ScopedNativeCodeThread etsNativeScope(coro); in LoadJSModule()
464 ScopedNativeCodeThread etsNativeScope(coro); in JSRuntimeLoadModule()
527 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasProperty()
548 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeGetProperty()
565 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasPropertyJSValue()
584 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasElement()
602 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasOwnProperty()
621 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasOwnPropertyJSValue()
705 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeInvoke()
743 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeInstantiate()
[all …]
Dintrinsics_api_impl.h143 ScopedNativeCodeThread nativeScope(coro); in JSValueIndexedGetter()
171 ScopedNativeCodeThread nativeScope(coro); in JSValueIndexedSetter()
230 ScopedNativeCodeThread nativeScope(coro); in CompilerJSCallFunction()
Djs_convert.h415 ScopedNativeCodeThread nativeScope(coro); in JSValueGetByName()
437 ScopedNativeCodeThread nativeScope(coro); in JSValueSetByName()
Djs_job_queue.cpp186 ScopedNativeCodeThread nativeScope(coro); in CreatePromiseLink()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dremark_cycle_test.cpp70 ScopedNativeCodeThread nativeCode(coro); in GCPhaseStarted()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.h87 ScopedNativeCodeThread nativeCode(coro); in SuspendCoroutine()
Dets_sync_primitives.cpp190 ScopedNativeCodeThread nativeCode(EtsCoroutine::GetCurrent()); in Acquire()
Dets_arraybuffer.h267 ScopedNativeCodeThread s(coro); in RegisterFinalizationInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp158 ScopedNativeCodeThread etsNativeScope(coro); in CopyNamedProperties()
Dshared_reference_storage.cpp128 ScopedNativeCodeThread nativeScope(EtsCoroutine::GetCurrent()); in GetReference()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp228 ScopedNativeCodeThread nativeScope(coro_); in HandleSpecialMethod()
274 ScopedNativeCodeThread nativeScope(coro_); in CallConverted()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp69 ScopedNativeCodeThread n(coro); in AddCreatedCoroutineAndSwitchToIt()

12