Home
last modified time | relevance | path

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

/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc861 Label exit_with_exception; in GetCode() local
907 __ j(equal, &exit_with_exception); in GetCode()
916 if (exit_with_exception.is_linked()) { in GetCode()
918 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc861 Label exit_with_exception; in GetCode() local
907 __ j(equal, &exit_with_exception); in GetCode()
916 if (exit_with_exception.is_linked()) { in GetCode()
918 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc833 Label exit_with_exception; in GetCode() local
876 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg)); in GetCode()
885 if (exit_with_exception.is_linked()) { in GetCode()
887 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc873 Label exit_with_exception; in GetCode() local
916 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg)); in GetCode()
925 if (exit_with_exception.is_linked()) { in GetCode()
927 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc830 Label exit_with_exception; in GetCode() local
865 __ b(eq, &exit_with_exception); in GetCode()
872 if (exit_with_exception.is_linked()) { in GetCode()
874 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc915 Label exit_with_exception; in GetCode() local
972 __ j(equal, &exit_with_exception); in GetCode()
984 if (exit_with_exception.is_linked()) { in GetCode()
986 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc879 Label exit_with_exception; in GetCode() local
914 __ beq(&exit_with_exception); in GetCode()
921 if (exit_with_exception.is_linked()) { in GetCode()
923 __ bind(&exit_with_exception); in GetCode()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1025 Label exit_with_exception; in GetCode() local
1062 __ Cbz(w0, &exit_with_exception); in GetCode()
1071 if (exit_with_exception.is_linked()) { in GetCode()
1072 __ Bind(&exit_with_exception); in GetCode()