Searched refs:StackOverflowCheck (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | common_call.cpp | 88 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
|
| D | common_call.h | 47 …static void StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Regi…
|
| D | asm_interpreter_call.cpp | 713 …StackOverflowCheck(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/ |
| D | common_call.cpp | 106 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
|
| D | common_call.h | 72 …static void StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register currentSlot, …
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | thread-inl.h | 92 ALWAYS_INLINE inline bool ManagedThread::StackOverflowCheck() in StackOverflowCheck() function
|
| D | managed_thread.h | 612 ALWAYS_INLINE inline bool StackOverflowCheck();
|
| D | method-inl.h | 422 if (!thread->template StackOverflowCheck<true, false>()) { in InvokeImpl()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/templates/ |
| D | interpreter-inl_gen.h.erb | 52 if (!thread->template StackOverflowCheck<true, true>()) {
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 107 if (!thread->template StackOverflowCheck<true, false>()) { in InterpreterEntryPoint()
|