Home
last modified time | relevance | path

Searched refs:no_stack_overflow (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc1232 Label no_stack_overflow; in CheckStackLimit() local
1236 __ j(above, &no_stack_overflow); in CheckStackLimit()
1240 __ bind(&no_stack_overflow); in CheckStackLimit()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1359 Label no_stack_overflow; in CheckStackLimit() local
1364 __ j(above, &no_stack_overflow); in CheckStackLimit()
1368 __ bind(&no_stack_overflow); in CheckStackLimit()