Home
last modified time | relevance | path

Searched refs:StackOverflowCheck (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp88 StackOverflowCheck(assembler, glue, argc, op1, op2, stackOverflow); in PushArgsWithArgvAndCheckStack()
104 void CommonCall::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, … in StackOverflowCheck() function in panda::ecmascript::x64::CommonCall
Dcommon_call.h47 …static void StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Regi…
Dasm_interpreter_call.cpp713StackOverflowCheck(assembler, glueRegister, numVregsRegister, tempRegister, temp2Register, stackOv… in PushVregs()
1617 StackOverflowCheck(assembler, glue, argc, op1, op2, stackOverflow); in PushUndefinedWithArgcAndCheckStack()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp106 StackOverflowCheck(assembler, glue, currentSlot, argc, op, stackOverflow); in PushArgsWithArgv()
168 StackOverflowCheck(assembler, glue, currentSlot, argc, temp, stackOverflow); in PushUndefinedWithArgc()
178 void CommonCall::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register currentSl… in StackOverflowCheck() function in panda::ecmascript::aarch64::CommonCall
Dcommon_call.h72 …static void StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register currentSlot, …
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread-inl.h92 ALWAYS_INLINE inline bool ManagedThread::StackOverflowCheck() in StackOverflowCheck() function
Dmanaged_thread.h612 ALWAYS_INLINE inline bool StackOverflowCheck();
Dmethod-inl.h422 if (!thread->template StackOverflowCheck<true, false>()) { in InvokeImpl()
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb52 if (!thread->template StackOverflowCheck<true, true>()) {
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp107 if (!thread->template StackOverflowCheck<true, false>()) { in InterpreterEntryPoint()