| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | thread_scopes.h | 67 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/ |
| D | explicit_gc_test.cpp | 102 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()
|
| D | g1gc_test.cpp | 234 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 …]
|
| D | gc_log_test.cpp | 197 ScopedNativeCodeThread sn(thread); in TEST_F() 215 ScopedNativeCodeThread sn(thread); in TEST_F() 222 ScopedNativeCodeThread sn(thread); in TEST_F()
|
| D | epsilon_gcs_test.cpp | 170 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()
|
| D | intrusive_gc_test_api_test.cpp | 81 ScopedNativeCodeThread sn(thread); in TEST_P()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_AniHelpers.cpp | 24 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in AsyncWorkNativeInvoke()
|
| D | std_core.cpp | 118 ScopedNativeCodeThread snct(coroutine); in LoadNativeLibraryHandler() 150 ScopedNativeCodeThread nativeScope(coro); in StdSystemScheduleCoroutine() 194 ScopedNativeCodeThread nativeScope(coro); in StdSystemScaleWorkersPool()
|
| D | std_core_AbcFile.cpp | 58 ScopedNativeCodeThread etsNativeScope(coro); in EtsAbcFileLoadAbcFile() 107 ScopedNativeCodeThread etsNativeScope(coro); in EtsAbcFileLoadFromMemory()
|
| D | std_core_gc.cpp | 127 ScopedNativeCodeThread s(thread); in StdGCWaitForFinishGC() 373 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeAllocation() 387 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeFree()
|
| D | std_core_ExclusiveLauncher.cpp | 127 ScopedNativeCodeThread nativeScope(coro); in ExclusiveLaunch()
|
| D | std_core_Promise.cpp | 210 ScopedNativeCodeThread n(currentCoro); in EtsAwaitPromise()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_array.h | 71 ScopedNativeCodeThread nativeScope(coro); in WrapImpl() 83 ScopedNativeCodeThread s(coro); in WrapImpl() 162 ScopedNativeCodeThread nativeScope(coro); in WrapImpl() 185 ScopedNativeCodeThread s(coro); in WrapImpl()
|
| D | intrinsics_api_impl.cpp | 65 ScopedNativeCodeThread etsNativeScope(coro); in LoadJSModule() 464 ScopedNativeCodeThread etsNativeScope(coro); in JSRuntimeLoadModule() 527 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasProperty() 548 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeGetProperty() 565 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasPropertyJSValue() 584 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasElement() 602 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasOwnProperty() 621 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeHasOwnPropertyJSValue() 705 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeInvoke() 743 ScopedNativeCodeThread nativeScope(coro); in JSRuntimeInstantiate() [all …]
|
| D | intrinsics_api_impl.h | 143 ScopedNativeCodeThread nativeScope(coro); in JSValueIndexedGetter() 171 ScopedNativeCodeThread nativeScope(coro); in JSValueIndexedSetter() 230 ScopedNativeCodeThread nativeScope(coro); in CompilerJSCallFunction()
|
| D | js_convert.h | 415 ScopedNativeCodeThread nativeScope(coro); in JSValueGetByName() 437 ScopedNativeCodeThread nativeScope(coro); in JSValueSetByName()
|
| D | js_job_queue.cpp | 186 ScopedNativeCodeThread nativeScope(coro); in CreatePromiseLink()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | remark_cycle_test.cpp | 70 ScopedNativeCodeThread nativeCode(coro); in GCPhaseStarted()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_sync_primitives.h | 87 ScopedNativeCodeThread nativeCode(coro); in SuspendCoroutine()
|
| D | ets_sync_primitives.cpp | 190 ScopedNativeCodeThread nativeCode(EtsCoroutine::GetCurrent()); in Acquire()
|
| D | ets_arraybuffer.h | 267 ScopedNativeCodeThread s(coro); in RegisterFinalizationInfo()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_proxy.cpp | 158 ScopedNativeCodeThread etsNativeScope(coro); in CopyNamedProperties()
|
| D | shared_reference_storage.cpp | 128 ScopedNativeCodeThread nativeScope(EtsCoroutine::GetCurrent()); in GetReference()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | call_js.cpp | 228 ScopedNativeCodeThread nativeScope(coro_); in HandleSpecialMethod() 274 ScopedNativeCodeThread nativeScope(coro_); in CallConverted()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_worker.cpp | 69 ScopedNativeCodeThread n(coro); in AddCreatedCoroutineAndSwitchToIt()
|