Home
last modified time | relevance | path

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

/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1342 Label no_stack_overflow; in CheckStackLimit() local
1347 __ j(above, &no_stack_overflow); in CheckStackLimit()
1351 __ bind(&no_stack_overflow); in CheckStackLimit()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc1239 Label no_stack_overflow; in CheckStackLimit() local
1243 __ j(above, &no_stack_overflow); in CheckStackLimit()
1247 __ bind(&no_stack_overflow); in CheckStackLimit()