| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | thread_scopes.h | 88 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/ |
| D | string_table_test.cpp | 93 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()
|
| D | explicit_gc_test.cpp | 90 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()
|
| D | object_helpers_test.cpp | 83 ScopedManagedCodeThread s(GetThread()); in LoadTestClass() 107 ScopedManagedCodeThread s(GetThread()); in AllocString() 114 ScopedManagedCodeThread s(GetThread()); in AllocObject() 124 ScopedManagedCodeThread s(GetThread()); in AllocStringArray()
|
| D | epsilon_gcs_test.cpp | 122 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()
|
| D | static_analyzer_test.cpp | 67 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocString() 77 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocStringArray()
|
| D | g1gc_test.cpp | 165 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 …]
|
| D | intrusive_gc_test_api_test.cpp | 63 ScopedManagedCodeThread s(thread); in TEST_P()
|
| D | interpreter_test_switch.cpp | 126 ScopedManagedCodeThread smc(thread); in TEST_F()
|
| D | gc_log_test.cpp | 174 ScopedManagedCodeThread s(thread); in TEST_F() 214 ScopedManagedCodeThread s(thread); in TEST_F()
|
| D | gc_trigger_test.cpp | 174 ScopedManagedCodeThread s(thread); in TEST()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/ |
| D | test_map_mirror_classes.cpp | 33 ScopedManagedCodeThread scoped(ManagedThread::GetCurrent()); in CheckOffsetOfFields()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | js_mode_launch.cpp | 52 ScopedManagedCodeThread scope(coroutine); in SetUp()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_shared_memory.cpp | 157 ScopedManagedCodeThread m(coroutine); in Wait() 212 ScopedManagedCodeThread m(coroutine); in NotifyI32()
|
| D | ets_shared_memory-inl.h | 89 ScopedManagedCodeThread m(coroutine); in ReadModifyWrite()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core.cpp | 112 ScopedManagedCodeThread smct(coroutine); in LoadLibrary()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine.cpp | 115 ScopedManagedCodeThread s(co); in ThreadProcImpl()
|
| D | threaded_coroutine.cpp | 111 ScopedManagedCodeThread s(co); in ThreadProc()
|
| D | stackful_coroutine_worker.cpp | 181 ScopedManagedCodeThread s(scheduleLoopCtx_); in ScheduleLoopBody()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | shared_reference.cpp | 105 ScopedManagedCodeThread scope(coro); in FinalizeJSWeak()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_finalizable_weak_ref_test.cpp | 164 ScopedManagedCodeThread managedScope(coro); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | panda_vm.cpp | 67 ScopedManagedCodeThread s(thread); in InvokeEntrypoint()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_vm_plugin.cpp | 221 ScopedManagedCodeThread scoped(coro); in CreateEtsRuntime() 322 ScopedManagedCodeThread scoped(coro); in CreateRuntime()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 288 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/ |
| D | bouncing_peas_unit.cpp | 292 ark::ScopedManagedCodeThread sj(thread); in InitExports()
|