Home
last modified time | relevance | path

Searched refs:exit_with_exception (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc933 Label exit_with_exception; in GetCode() local
989 __ j(equal, &exit_with_exception); in GetCode()
1001 if (exit_with_exception.is_linked()) { in GetCode()
1003 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc861 Label exit_with_exception; in GetCode() local
895 __ b(eq, &exit_with_exception); in GetCode()
902 if (exit_with_exception.is_linked()) { in GetCode()
904 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc887 Label exit_with_exception; in GetCode() local
932 __ j(equal, &exit_with_exception); in GetCode()
941 if (exit_with_exception.is_linked()) { in GetCode()
943 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc910 Label exit_with_exception; in GetCode() local
943 __ beq(&exit_with_exception); in GetCode()
950 if (exit_with_exception.is_linked()) { in GetCode()
952 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc896 Label exit_with_exception; in GetCode() local
939 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg)); in GetCode()
948 if (exit_with_exception.is_linked()) { in GetCode()
950 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc915 Label exit_with_exception; in GetCode() local
948 __ beq(&exit_with_exception); in GetCode()
955 if (exit_with_exception.is_linked()) { in GetCode()
957 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc860 Label exit_with_exception; in GetCode() local
903 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg)); in GetCode()
912 if (exit_with_exception.is_linked()) { in GetCode()
914 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1051 Label exit_with_exception; in GetCode() local
1088 __ Cbz(w0, &exit_with_exception); in GetCode()
1097 if (exit_with_exception.is_linked()) { in GetCode()
1098 __ Bind(&exit_with_exception); in GetCode()