Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp281 if (thread->DoAsmStackOverflowCheck()) { in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp987 if (thread->DoAsmStackOverflowCheck()) { in ConstructInternal()
1051 if (thread->DoAsmStackOverflowCheck()) { in IsArray()
Djs_thread.cpp386 bool JSThread::DoAsmStackOverflowCheck() in DoAsmStackOverflowCheck() function in panda::ecmascript::JSThread
Djs_thread.h153 bool DoAsmStackOverflowCheck();