Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp38 auto thread = JSThread::GlueToJSThread(argGlue); \
Druntime_stubs.cpp79 auto thread = JSThread::GlueToJSThread(argGlue); \
167 auto thread = JSThread::GlueToJSThread(argGlue); in PrintHeapReginInfo()
435 auto thread = JSThread::GlueToJSThread(argGlue); in ProfileCall()
441 auto thread = JSThread::GlueToJSThread(argGlue); in ProfileOpType()
447 auto thread = JSThread::GlueToJSThread(argGlue); in ProfileDefineClass()
454 auto thread = JSThread::GlueToJSThread(argGlue); in ProfileCreateObject()
460 auto thread = JSThread::GlueToJSThread(argGlue); in ProfileObjLayout()
1009 auto thread = JSThread::GlueToJSThread(argGlue); in DEF_RUNTIME_STUBS()
2102 auto thread = JSThread::GlueToJSThread(argGlue); in CreateArrayFromList()
2115 auto thread = JSThread::GlueToJSThread(argGlue); in FindElementWithCache()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h535 static JSThread *GlueToJSThread(uintptr_t glue) in GlueToJSThread() function