Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_scopes.h88 class PANDA_PUBLIC_API ScopedManagedCodeThread {
90 explicit ScopedManagedCodeThread(ManagedThread *thread) : thread_(thread) in ScopedManagedCodeThread() function
97 ~ScopedManagedCodeThread() in ~ScopedManagedCodeThread()
105 NO_COPY_SEMANTIC(ScopedManagedCodeThread);
106 NO_MOVE_SEMANTIC(ScopedManagedCodeThread);
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_table_test.cpp93 ScopedManagedCodeThread s(thread_); in EmptyTable()
100 ScopedManagedCodeThread s(thread_); in InternCompressedUtf8AndString()
115 ScopedManagedCodeThread s(thread_); in InternUncompressedUtf8AndString()
129 ScopedManagedCodeThread s(thread_); in InternTheSameUtf16String()
147 ScopedManagedCodeThread s(thread_); in InternManyStrings()
168 ScopedManagedCodeThread s(thread_); in SweepObjectInTable()
205 ScopedManagedCodeThread s(thread_); in SweepNonMovableObjectInTable()
245 ScopedManagedCodeThread s(thread_); in SweepHumongousObjectInTable()
294 ScopedManagedCodeThread s(thread_); in InternTooLongString()
Dexplicit_gc_test.cpp90 ScopedManagedCodeThread s(thread); in TEST_F()
145 ScopedManagedCodeThread s(thread); in TEST_F()
173 ScopedManagedCodeThread s(thread); in TEST_F()
201 ScopedManagedCodeThread s(thread); in TEST_F()
Dobject_helpers_test.cpp83 ScopedManagedCodeThread s(GetThread()); in LoadTestClass()
107 ScopedManagedCodeThread s(GetThread()); in AllocString()
114 ScopedManagedCodeThread s(GetThread()); in AllocObject()
124 ScopedManagedCodeThread s(GetThread()); in AllocStringArray()
Depsilon_gcs_test.cpp122 ScopedManagedCodeThread s(thread); in TEST_F()
141 ScopedManagedCodeThread s(thread); in TEST_F()
198 ScopedManagedCodeThread s(thread); in TEST_F()
220 ScopedManagedCodeThread s(thread); in TEST_F()
251 ScopedManagedCodeThread s(thread); in TEST_F()
Dstatic_analyzer_test.cpp67 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocString()
77 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocStringArray()
Dg1gc_test.cpp165 ScopedManagedCodeThread s(thread); in TEST_F()
201 ScopedManagedCodeThread s(thread); in TEST_F()
215 ScopedManagedCodeThread s(thread); in TEST_F()
251 ScopedManagedCodeThread s(thread); in TEST_F()
283 ScopedManagedCodeThread s(thread); in TEST_F()
337 ScopedManagedCodeThread s(thread); in TEST_F()
409 ScopedManagedCodeThread s(thread); in GCPhaseStarted()
465 ScopedManagedCodeThread s(thread); in TEST_F()
540 ScopedManagedCodeThread s(thread); in TEST_F()
569 ScopedManagedCodeThread s(thread); in TEST_F()
[all …]
Dintrusive_gc_test_api_test.cpp63 ScopedManagedCodeThread s(thread); in TEST_P()
Dinterpreter_test_switch.cpp126 ScopedManagedCodeThread smc(thread); in TEST_F()
Dgc_log_test.cpp174 ScopedManagedCodeThread s(thread); in TEST_F()
214 ScopedManagedCodeThread s(thread); in TEST_F()
Dgc_trigger_test.cpp174 ScopedManagedCodeThread s(thread); in TEST()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/
Dtest_map_mirror_classes.cpp33 ScopedManagedCodeThread scoped(ManagedThread::GetCurrent()); in CheckOffsetOfFields()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Djs_mode_launch.cpp52 ScopedManagedCodeThread scope(coroutine); in SetUp()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory.cpp157 ScopedManagedCodeThread m(coroutine); in Wait()
212 ScopedManagedCodeThread m(coroutine); in NotifyI32()
Dets_shared_memory-inl.h89 ScopedManagedCodeThread m(coroutine); in ReadModifyWrite()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp112 ScopedManagedCodeThread smct(coroutine); in LoadLibrary()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp115 ScopedManagedCodeThread s(co); in ThreadProcImpl()
Dthreaded_coroutine.cpp111 ScopedManagedCodeThread s(co); in ThreadProc()
Dstackful_coroutine_worker.cpp181 ScopedManagedCodeThread s(scheduleLoopCtx_); in ScheduleLoopBody()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference.cpp105 ScopedManagedCodeThread scope(coro); in FinalizeJSWeak()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_finalizable_weak_ref_test.cpp164 ScopedManagedCodeThread managedScope(coro); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/
Dpanda_vm.cpp67 ScopedManagedCodeThread s(thread); in InvokeEntrypoint()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp221 ScopedManagedCodeThread scoped(coro); in CreateEtsRuntime()
322 ScopedManagedCodeThread scoped(coro); in CreateRuntime()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp288 ScopedManagedCodeThread s(mainCoro); in UninitializeThreads()
463 ScopedManagedCodeThread sj(coroutine); in InvokeEntrypointImpl()
566 ScopedManagedCodeThread sj(coro); in HandleUncaughtException()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit.cpp292 ark::ScopedManagedCodeThread sj(thread); in InitExports()

12