Searched defs:exit_with_exception (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc760 Label exit_with_exception; local
795 __ b(eq, &exit_with_exception);
802 if (exit_with_exception.is_linked()) {
804 __ bind(&exit_with_exception);
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc812 Label exit_with_exception; local
858 __ j(equal, &exit_with_exception);
867 if (exit_with_exception.is_linked()) {
869 __ bind(&exit_with_exception);

Completed in 86 milliseconds