Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc1332 Label no_stack_overflow; in CheckStackLimit() local
1336 __ j(above, &no_stack_overflow); in CheckStackLimit()
1340 __ bind(&no_stack_overflow); in CheckStackLimit()
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1425 Label no_stack_overflow; in CheckStackLimit() local
1430 __ j(above, &no_stack_overflow); in CheckStackLimit()
1434 __ bind(&no_stack_overflow); in CheckStackLimit()