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.cpp104 co->NativeCodeBegin(); in ThreadProcImpl()
Dthreaded_coroutine.cpp100 co->NativeCodeBegin(); in ThreadProc()
Dstackful_coroutine_worker.cpp156 scheduleLoopCtx_->NativeCodeBegin(); in ThreadProc()
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_scopes.h29 thread_->NativeCodeBegin(); in ScopedNativeCodeThread()
Dmanaged_thread.h730 virtual void NativeCodeBegin();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp316 thread->NativeCodeBegin(); in EtsNapiBegin()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp465 void ManagedThread::NativeCodeBegin() in NativeCodeBegin() function in panda::ManagedThread
696 NativeCodeBegin(); in ProcessCreatedThread()