Home
last modified time | relevance | path

Searched refs:GlueToJSThread (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp38 auto thread = JSThread::GlueToJSThread(argGlue); \
Druntime_stubs.cpp101 auto thread = JSThread::GlueToJSThread(argGlue); \
208 auto thread = JSThread::GlueToJSThread(argGlue); in PrintHeapReginInfo()
1441 auto thread = JSThread::GlueToJSThread(argGlue); in DEF_RUNTIME_STUBS()
2741 auto thread = JSThread::GlueToJSThread(argGlue); in CreateArrayFromList()
2754 auto thread = JSThread::GlueToJSThread(argGlue); in FindElementWithCache()
2769 auto thread = JSThread::GlueToJSThread(argGlue); in GetActualArgvNoGC()
2852 auto thread = JSThread::GlueToJSThread(argGlue); in MarkingBarrier()
2870 auto thread = JSThread::GlueToJSThread(argGlue); in StoreBarrier()
2921 auto thread = JSThread::GlueToJSThread(argGlue); in GetStringToListCacheArray()
3165 auto thread = JSThread::GlueToJSThread(argGlue); in StartCallTimer()
[all …]
Druntime_stubs-inl.h3151 auto thread = JSThread::GlueToJSThread(argGlue); in RuntimeTryGetInternString()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h491 static JSThread *GlueToJSThread(uintptr_t glue) in GlueToJSThread() function