Searched defs:stackOverflow (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | common_call.cpp | 99 Register argv, Register op, Register currentSlot, Label *next, Label *stackOverflow) in PushArgsWithArgv() 118 Register currentSlot, Label *next, Label *stackOverflow) in PushUndefinedWithArgc() 136 Register numArgs, Register op, Label *stackOverflow) in StackOverflowCheck()
|
| D | asm_interpreter_call.cpp | 124 Label stackOverflow; in JSCallCommonEntry() local 197 Label *stackOverflow) in JSCallCommonFastPath() 229 … Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) in JSCallCommonSlowPath() 481 Label stackOverflow; in CallNativeWithArgv() local 929 Label stackOverflow; in GeneratorReEnterAsmInterpDispatch() local 977 …mInterpreterCall::PushCallThis(ExtendedAssembler *assembler, JSCallMode mode, Label *stackOverflow) in PushCallThis() 1034 void AsmInterpreterCall::PushVregs(ExtendedAssembler *assembler, Label *stackOverflow) in PushVregs()
|
| D | optimized_call.cpp | 1046 Label stackOverflow; in DeoptEnterAsmInterp() local 1133 Label stackOverflow; in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | common_call.cpp | 86 Register argv, Register op1, Register op2, Label *stackOverflow) in PushArgsWithArgvAndCheckStack() 106 Register op2, Label *stackOverflow) in StackOverflowCheck()
|
| D | asm_interpreter_call.cpp | 96 Label stackOverflow; in GeneratorReEnterAsmInterpDispatch() local 289 Label stackOverflow; in JSCallCommonEntry() local 423 …eterCall::JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label *stackOverflow) in JSCallCommonFastPath() 466 … Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) in JSCallCommonSlowPath() 604 …mInterpreterCall::PushCallThis(ExtendedAssembler *assembler, JSCallMode mode, Label *stackOverflow) in PushCallThis() 668 void AsmInterpreterCall::PushVregs(ExtendedAssembler *assembler, Label *stackOverflow) in PushVregs() 780 Label stackOverflow; in CallNativeWithArgv() local 1190 Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
|
| D | optimized_call.cpp | 1056 Label stackOverflow; in DeoptEnterAsmInterp() local 1136 Label stackOverflow; in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 3148 Label stackOverflow(&builder_); in LowerCheckSafePointAndStackOver() local
|