Home
last modified time | relevance | path

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

/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.cc1159 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1170 __ B(le, stack_overflow); in Generate_StackOverflowCheck()
1177 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1179 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1212 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1218 Generate_InterpreterPushArgs(masm, x3, x2, x4, x5, x6, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1232 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1249 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1255 Generate_InterpreterPushArgs(masm, x0, x4, x5, x6, x7, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1273 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1151 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1161 __ b(le, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
1167 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1169 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1197 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1202 Generate_InterpreterPushArgs(masm, r3, r2, r4, r5, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1216 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1234 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1241 Generate_InterpreterPushArgs(masm, r0, r4, r5, r6, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1260 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1178 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1189 __ ble(stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
1195 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1197 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1219 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1225 Generate_InterpreterPushArgs(masm, r6, r5, r6, r7, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1239 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1257 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1268 Generate_InterpreterPushArgs(masm, r3, r7, r3, r8, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1289 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc691 Label* stack_overflow, in Generate_StackOverflowCheck() argument
712 __ j(less_equal, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
744 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
753 Generate_StackOverflowCheck(masm, ecx, edx, edi, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
779 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
799 int num_slots_above_ret_addr, Label* stack_overflow) { in Generate_InterpreterPushArgsAndReturnAddress() argument
818 stack_overflow, true); in Generate_InterpreterPushArgsAndReturnAddress()
896 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
905 2, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
928 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc690 Label* stack_overflow, in Generate_StackOverflowCheck() argument
711 __ j(less_equal, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
743 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
752 Generate_StackOverflowCheck(masm, ecx, edx, edi, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
778 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
798 int num_slots_above_ret_addr, Label* stack_overflow) { in Generate_InterpreterPushArgsAndReturnAddress() argument
817 stack_overflow, true); in Generate_InterpreterPushArgsAndReturnAddress()
895 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
904 2, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
927 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1181 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1192 __ ble(stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
1198 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1200 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1224 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1230 Generate_InterpreterPushArgs(masm, r5, r4, r5, r6, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1244 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1262 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1272 Generate_InterpreterPushArgs(masm, r2, r6, r2, r7, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1293 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1142 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1153 __ Branch(stack_overflow, le, scratch1, Operand(scratch2)); in Generate_StackOverflowCheck()
1159 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1190 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1195 Generate_InterpreterPushArgs(masm, a3, a2, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1209 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1227 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1233 Generate_InterpreterPushArgs(masm, a0, a4, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1251 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1270 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
[all …]
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1150 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1161 __ Branch(stack_overflow, le, scratch1, Operand(scratch2)); in Generate_StackOverflowCheck()
1167 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1169 stack_overflow); in Generate_InterpreterPushArgs()
1198 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1203 Generate_InterpreterPushArgs(masm, t0, a2, t4, t1, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1217 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1235 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1241 Generate_InterpreterPushArgs(masm, a0, t4, t1, t0, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1259 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
[all …]
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc771 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
786 __ j(less_equal, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
821 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
828 Generate_StackOverflowCheck(masm, rcx, rdx, r8, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
851 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
872 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
875 Generate_StackOverflowCheck(masm, rax, r8, r9, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
907 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
926 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
933 Generate_StackOverflowCheck(masm, r8, rdi, r9, &stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
[all …]
/external/v8/src/parsing/
Dpreparser.cc138 } else if (stack_overflow()) { in PreParseFunction()
Dparser.h886 if (stack_overflow()) {
902 if (stack_overflow()) {
Dpreparser.h874 if (stack_overflow()) return kPreParseStackOverflow;
Dparser.cc917 CHECK(stack_overflow()); in DoParseFunction()
921 CHECK(stack_overflow()); in DoParseFunction()
3746 if (stack_overflow()) { in Internalize()
Dparser-base.h737 bool stack_overflow() const { return stack_overflow_; } in stack_overflow() function