Home
last modified time | relevance | path

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

/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()
184 ScopedNativeCodeThread sn(thread); in TEST_F()
212 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 …]
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.cpp230 ScopedNativeCodeThread sn(thread); in TEST_F()
248 ScopedNativeCodeThread sn(thread); in TEST_F()
255 ScopedNativeCodeThread sn(thread); in TEST_F()
Dintrusive_gc_test_api_test.cpp81 ScopedNativeCodeThread sn(thread); in TEST_P()
Dinterpreter_test.cpp2798 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in DEATH_TEST_F()
2809 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in DEATH_TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory.cpp155 ScopedNativeCodeThread n(coroutine); in Wait()
173 ScopedNativeCodeThread nCv(coroutine); in Wait()
210 ScopedNativeCodeThread n(coroutine); in NotifyI32()
221 ScopedNativeCodeThread nCv(coroutine); in NotifyI32()
Dets_shared_memory-inl.h87 ScopedNativeCodeThread n(coroutine); in ReadModifyWrite()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp232 ScopedNativeCodeThread s(thread); in StdGCWaitForFinishGC()
492 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeAllocation()
506 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeFree()
Dstd_core.cpp108 ScopedNativeCodeThread snct(coroutine); in LoadLibrary()
Descompat_Atomics.cpp232 ScopedNativeCodeThread n(currentCoro); in SharedMemoryTimedWaitI64()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp72 ScopedNativeCodeThread n(Coroutine::GetCurrent()); in WaitForEvent()
250 ScopedNativeCodeThread n(Coroutine::GetCurrent()); in RequestScheduleImpl()
Dthreaded_coroutine_manager.cpp183 ScopedNativeCodeThread n(waiter); in Await()
316 ScopedNativeCodeThread n(currentCo); in ScheduleImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp292 ScopedNativeCodeThread etsNativeScope(coro); in JSRuntimeLoadModule()
347ScopedNativeCodeThread nativeScope(coro); // NOTE: Scope(Native/Managed)CodeThread should be opti… in JSValueToString()
450 ScopedNativeCodeThread nativeScope(coro); in CompilerJSNewInstance()
627 ScopedNativeCodeThread nativeScope(coro); in JSONStringify()
Dintrinsics_api_impl.h154 ScopedNativeCodeThread nativeScope(coro); in CompilerJSCallFunction()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp161 ScopedNativeCodeThread nativeScope(coro_); in ConvertArgsAndCall()