Home
last modified time | relevance | path

Searched refs:ScopedNativeCodeThread (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dthread_scopes.h23 class ScopedNativeCodeThread {
25 explicit ScopedNativeCodeThread(ManagedThread *thread) : thread_(thread) in ScopedNativeCodeThread() function
32 ~ScopedNativeCodeThread() in ~ScopedNativeCodeThread()
40 NO_COPY_SEMANTIC(ScopedNativeCodeThread);
41 NO_MOVE_SEMANTIC(ScopedNativeCodeThread);
/arkcompiler/runtime_core/runtime/tests/
Dg1gc_test.cpp217 ScopedNativeCodeThread sn(thread); in TEST_F()
248 ScopedNativeCodeThread sn(thread); in TEST_F()
286 ScopedNativeCodeThread sn(thread); in TEST_F()
297 ScopedNativeCodeThread sn(thread); in TEST_F()
357 ScopedNativeCodeThread sn(thread); in TEST_F()
377 ScopedNativeCodeThread sn(thread); in TEST_F()
459 ScopedNativeCodeThread sn(thread); in TEST_F()
565 ScopedNativeCodeThread sn(thread); in TEST_F()
585 ScopedNativeCodeThread sn(thread); in TEST_F()
624 ScopedNativeCodeThread sn(thread); in TEST_F()
[all …]
Dgc_log_test.cpp224 ScopedNativeCodeThread sn(thread); in TEST_F()
242 ScopedNativeCodeThread sn(thread); in TEST_F()
249 ScopedNativeCodeThread sn(thread); in TEST_F()