Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_scopes.h23 class PANDA_PUBLIC_API ScopedNativeCodeThread {
25 explicit ScopedNativeCodeThread(ManagedThread *thread) : thread_(thread) in ScopedNativeCodeThread() function
32 ~ScopedNativeCodeThread() in ~ScopedNativeCodeThread()
40 NO_COPY_SEMANTIC(ScopedNativeCodeThread);
41 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()
184 ScopedNativeCodeThread sn(thread); in TEST_F()
212 ScopedNativeCodeThread sn(thread); in TEST_F()
Dg1gc_test.cpp233 ScopedNativeCodeThread sn(thread); in TEST_F()
265 ScopedNativeCodeThread sn(thread); in TEST_F()
304 ScopedNativeCodeThread sn(thread); in TEST_F()
315 ScopedNativeCodeThread sn(thread); in TEST_F()
375 ScopedNativeCodeThread sn(thread); in TEST_F()
395 ScopedNativeCodeThread sn(thread); in TEST_F()
478 ScopedNativeCodeThread sn(thread); in TEST_F()
584 ScopedNativeCodeThread sn(thread); in TEST_F()
604 ScopedNativeCodeThread sn(thread); in TEST_F()
655 ScopedNativeCodeThread sn(thread); in TEST_F()
[all …]
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()
Dgc_log_test.cpp231 ScopedNativeCodeThread sn(thread); in TEST_F()
249 ScopedNativeCodeThread sn(thread); in TEST_F()
256 ScopedNativeCodeThread sn(thread); in TEST_F()
Dintrusive_gc_test_api_test.cpp81 ScopedNativeCodeThread sn(thread); in TEST_P()
Dinterpreter_test.cpp2870 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in DEATH_TEST_F()
2881 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in DEATH_TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory.cpp172 ScopedNativeCodeThread n(coroutine); in Wait()
190 ScopedNativeCodeThread nCv(coroutine); in Wait()
227 ScopedNativeCodeThread n(coroutine); in NotifyI32()
238 ScopedNativeCodeThread nCv(coroutine); in NotifyI32()
Dets_shared_memory-inl.h33 ScopedNativeCodeThread n(coroutine); in ReadModifyWriteI8()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp68 ScopedNativeCodeThread n(Coroutine::GetCurrent()); in WaitForEvent()
239 ScopedNativeCodeThread n(Coroutine::GetCurrent()); in RequestScheduleImpl()
Dthreaded_coroutine_manager.cpp182 ScopedNativeCodeThread n(waiter); in Await()
308 ScopedNativeCodeThread n(currentCo); in ScheduleImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp233 ScopedNativeCodeThread s(thread); in StdGCWaitForFinishGC()
496 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeAllocation()
510 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeFree()
Dstd_core.cpp109 ScopedNativeCodeThread snct(coroutine); in LoadLibrary()
Descompat_Atomics.cpp167 ScopedNativeCodeThread n(currentCoro); in SharedMemoryTimedWaitI64()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp444 ScopedNativeCodeThread nativeScope(coro); in CompilerJSCallFunction()
480 ScopedNativeCodeThread nativeScope(coro); in CompilerJSNewInstance()
Djs_value_call.cpp479 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeJSCallImpl()