Home
last modified time | relevance | path

Searched refs:NativeCodeEnd (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dthread_test.cpp68 thread->NativeCodeEnd(); in BeginToStateAndEnd()
97 thread->NativeCodeEnd(); // #2 in TEST_F()
149 ASSERT_DEATH(thread->NativeCodeEnd(), "last frame is: MANAGED_CODE"); in DEATH_TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_scopes.h78 thread_->NativeCodeEnd(); in ~ScopedNativeCodeThread()
Dmanaged_thread.h735 virtual void NativeCodeEnd();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp331 thread->NativeCodeEnd(); in EtsNapiEnd()
349 thread->NativeCodeEnd(); in EtsNapiObjEnd()
/arkcompiler/runtime_core/static_core/runtime/
Dmt_thread_manager.cpp277 thread->NativeCodeEnd(); in UnregisterExitedThread()
Dthread.cpp490 void ManagedThread::NativeCodeEnd() in NativeCodeEnd() function in ark::ManagedThread
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp109 co->NativeCodeEnd(); in TerminateCoroutine()
Dstackful_coroutine_manager.cpp193 co->NativeCodeEnd(); in TerminateCoroutine()