Home
last modified time | relevance | path

Searched refs:stack_overflow (Results 1 – 19 of 19) sorted by relevance

/external/valgrind/none/tests/linux/
DMakefile.in173 stack_overflow_OBJECTS = stack_overflow-stack-overflow.$(OBJEXT)
736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_overflow-stack-overflow.Po@am__quote@
754 stack_overflow-stack-overflow.o: stack-overflow.c
755 …CFLAGS) $(CFLAGS) -MT stack_overflow-stack-overflow.o -MD -MP -MF $(DEPDIR)/stack_overflow-stack-o…
756 …_fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/stack_overflow-stack-overflow.Tpo $(DEPDIR)/stack_o…
759 … $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_overflow_CFLAGS) $(CFLAGS) -c -o stack_overflow-stack-overflow…
761 stack_overflow-stack-overflow.obj: stack-overflow.c
762 …FLAGS) $(CFLAGS) -MT stack_overflow-stack-overflow.obj -MD -MP -MF $(DEPDIR)/stack_overflow-stack-…
763 …_fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/stack_overflow-stack-overflow.Tpo $(DEPDIR)/stack_o…
766 … $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_overflow_CFLAGS) $(CFLAGS) -c -o stack_overflow-stack-overflow…
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-03-04-stm-undef-addr.ll5 br i1 undef, label %stack_overflow, label %no_overflow
7 stack_overflow: ; preds = %0
D2010-03-04-eabi-fp-spill.ll6 br i1 undef, label %stack_overflow, label %no_overflow
8 stack_overflow: ; preds = %0
/external/llvm/test/CodeGen/ARM/
D2010-03-04-stm-undef-addr.ll5 br i1 undef, label %stack_overflow, label %no_overflow
7 stack_overflow: ; preds = %0
D2010-03-04-eabi-fp-spill.ll6 br i1 undef, label %stack_overflow, label %no_overflow
8 stack_overflow: ; preds = %0
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1154 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1165 __ B(le, stack_overflow); in Generate_StackOverflowCheck()
1172 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1174 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1207 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1213 Generate_InterpreterPushArgs(masm, x3, x2, x4, x5, x6, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1229 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1246 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1252 Generate_InterpreterPushArgs(masm, x0, x4, x5, x6, x7, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1274 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1168 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1179 __ ble(stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
1185 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1187 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1209 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1215 Generate_InterpreterPushArgs(masm, r6, r5, r6, r7, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1231 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1249 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1260 Generate_InterpreterPushArgs(masm, r3, r7, r3, r8, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1284 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1172 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1183 __ ble(stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
1189 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1191 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1215 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1221 Generate_InterpreterPushArgs(masm, r5, r4, r5, r6, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1237 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1255 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1265 Generate_InterpreterPushArgs(masm, r2, r6, r2, r7, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1289 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1148 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1158 __ b(le, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
1164 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1166 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1194 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1199 Generate_InterpreterPushArgs(masm, r3, r2, r4, r5, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1215 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1233 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1240 Generate_InterpreterPushArgs(masm, r0, r4, r5, r6, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1262 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1147 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1158 __ Branch(stack_overflow, le, scratch1, Operand(scratch2)); in Generate_StackOverflowCheck()
1164 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1195 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1200 Generate_InterpreterPushArgs(masm, a3, a2, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1216 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1234 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1240 Generate_InterpreterPushArgs(masm, a0, a4, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1262 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1281 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
[all …]
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1156 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1167 __ Branch(stack_overflow, le, scratch1, Operand(scratch2)); in Generate_StackOverflowCheck()
1173 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1175 stack_overflow); in Generate_InterpreterPushArgs()
1204 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1209 Generate_InterpreterPushArgs(masm, t0, a2, t4, t1, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1225 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1243 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1249 Generate_InterpreterPushArgs(masm, a0, t4, t1, t0, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1271 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc761 Label* stack_overflow, in Generate_StackOverflowCheck() argument
775 __ j(less_equal, stack_overflow, stack_overflow_distance); in Generate_StackOverflowCheck()
810 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
817 Generate_StackOverflowCheck(masm, rcx, rdx, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
842 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
863 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
866 Generate_StackOverflowCheck(masm, rax, r8, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
902 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
921 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
928 Generate_StackOverflowCheck(masm, r8, rdi, &stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
[all …]
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc652 Label* stack_overflow, in Generate_StackOverflowCheck() argument
673 __ j(less_equal, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
705 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
714 Generate_StackOverflowCheck(masm, ecx, edx, edi, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
742 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
762 int num_slots_above_ret_addr, Label* stack_overflow) { in Generate_InterpreterPushArgsAndReturnAddress() argument
781 stack_overflow, true); in Generate_InterpreterPushArgsAndReturnAddress()
859 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
868 2, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
894 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc686 Label* stack_overflow, in Generate_StackOverflowCheck() argument
707 __ j(less_equal, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
739 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
748 Generate_StackOverflowCheck(masm, ecx, edx, edi, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
776 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
796 int num_slots_above_ret_addr, Label* stack_overflow) { in Generate_InterpreterPushArgsAndReturnAddress() argument
815 stack_overflow, true); in Generate_InterpreterPushArgsAndReturnAddress()
893 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
902 2, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
928 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/parsing/
Dpreparser.cc180 } else if (stack_overflow()) { in PreParseFunction()
Dparser.h899 if (stack_overflow()) {
915 if (stack_overflow()) {
Dpreparser.h926 if (stack_overflow()) return kPreParseStackOverflow;
Dparser.cc859 CHECK(stack_overflow()); in DoParseFunction()
863 CHECK(stack_overflow()); in DoParseFunction()
3403 if (stack_overflow()) { in ReportErrors()
Dparser-base.h710 bool stack_overflow() const { return stack_overflow_; } in stack_overflow() function