Home
last modified time | relevance | path

Searched refs:NativeCodeBegin (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dthread_test.cpp66 thread->NativeCodeBegin(); in BeginToStateAndEnd()
94 thread->NativeCodeBegin(); // #2 in TEST_F()
109 ASSERT_DEATH(thread->NativeCodeBegin(), "last frame is: NATIVE_CODE"); in DEATH_TEST_F()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp35 main->NativeCodeBegin(); in CreateMainCoroutine()
69 co->NativeCodeBegin(); in CreateEntrypointlessCoroutine()
Dstackful_coroutine.cpp112 co->NativeCodeBegin(); in ThreadProcImpl()
Dthreaded_coroutine.cpp102 co->NativeCodeBegin(); in ThreadProc()
Dstackful_coroutine_worker.cpp161 scheduleLoopCtx_->NativeCodeBegin(); in ThreadProc()
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_scopes.h73 thread_->NativeCodeBegin(); in ScopedNativeCodeThread()
Dmanaged_thread.h734 virtual void NativeCodeBegin();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp312 thread->NativeCodeBegin(); in EtsNapiBegin()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp481 void ManagedThread::NativeCodeBegin() in NativeCodeBegin() function in ark::ManagedThread
712 NativeCodeBegin(); in ProcessCreatedThread()