Searched refs:exit_with_exception (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc769 Label exit_with_exception; local
804 __ b(eq, &exit_with_exception);
811 if (exit_with_exception.is_linked()) {
813 __ bind(&exit_with_exception);
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc820 Label exit_with_exception; local
866 __ j(equal, &exit_with_exception);
875 if (exit_with_exception.is_linked()) {
877 __ bind(&exit_with_exception);
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc769 Label exit_with_exception; local
812 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg));
821 if (exit_with_exception.is_linked()) {
823 __ bind(&exit_with_exception);
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc897 Label exit_with_exception;
954 __ j(equal, &exit_with_exception);
966 if (exit_with_exception.is_linked()) {
968 __ bind(&exit_with_exception);

Completed in 66 milliseconds