Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_scopes.h44 class PANDA_PUBLIC_API ScopedManagedCodeThread {
46 explicit ScopedManagedCodeThread(ManagedThread *thread) : thread_(thread) in ScopedManagedCodeThread() function
53 ~ScopedManagedCodeThread() in ~ScopedManagedCodeThread()
61 NO_COPY_SEMANTIC(ScopedManagedCodeThread);
62 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()
Dg1gc_test.cpp164 ScopedManagedCodeThread s(thread); in TEST_F()
200 ScopedManagedCodeThread s(thread); in TEST_F()
214 ScopedManagedCodeThread s(thread); in TEST_F()
250 ScopedManagedCodeThread s(thread); in TEST_F()
282 ScopedManagedCodeThread s(thread); in TEST_F()
337 ScopedManagedCodeThread s(thread); in TEST_F()
415 ScopedManagedCodeThread s(thread); in GCPhaseStarted()
471 ScopedManagedCodeThread s(thread); in TEST_F()
546 ScopedManagedCodeThread s(thread); in TEST_F()
575 ScopedManagedCodeThread s(thread); in TEST_F()
[all …]
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()
Dintrusive_gc_test_api_test.cpp63 ScopedManagedCodeThread s(thread); in TEST_P()
Dgc_log_test.cpp174 ScopedManagedCodeThread s(thread); in TEST_F()
215 ScopedManagedCodeThread s(thread); in TEST_F()
Dinterpreter_test_switch.cpp124 ScopedManagedCodeThread smc(thread); in TEST_F()
Dgc_trigger_test.cpp167 ScopedManagedCodeThread s(thread); in TEST()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp30 ScopedManagedCodeThread managedScope(coro); in GetETSFunction()
59 ScopedManagedCodeThread managedScope(coro); in GetETSClass()
Dets_field_wrapper.cpp76 ScopedManagedCodeThread managedScope(coro); in EtsFieldGetter()
106 ScopedManagedCodeThread managedScope(coro); in EtsFieldSetter()
Dshared_reference.cpp100 ScopedManagedCodeThread scope(coro); in FinalizeJSWeak()
Dets_method_wrapper.cpp126 ScopedManagedCodeThread managedScope(coro); in EtsMethodCallHandler()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory-inl.h35 ScopedManagedCodeThread m(coroutine); in ReadModifyWriteI8()
Dets_shared_memory.cpp174 ScopedManagedCodeThread m(coroutine); in Wait()
229 ScopedManagedCodeThread m(coroutine); in NotifyI32()
/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/interop_js/
Djs_job_queue.cpp46 ScopedManagedCodeThread scope(coro); in ThenCallback()
112 ScopedManagedCodeThread scope(coro); in OnJsPromiseResolved()
Dets_vm_plugin.cpp182 ScopedManagedCodeThread scoped(coro); in CreateEtsRuntime()
281 ScopedManagedCodeThread scoped(coro); in CreateRuntime()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp113 ScopedManagedCodeThread smct(coroutine); in LoadLibrary()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp107 ScopedManagedCodeThread s(co); in ThreadProcImpl()
Dthreaded_coroutine.cpp109 ScopedManagedCodeThread s(co); in ThreadProc()
/arkcompiler/runtime_core/static_core/runtime/
Dpanda_vm.cpp67 ScopedManagedCodeThread s(thread); in InvokeEntrypoint()

12