Searched refs:exit_with_exception (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 861 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/ |
D | regexp-macro-assembler-ia32.cc | 861 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/ |
D | regexp-macro-assembler-mips.cc | 833 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/ |
D | regexp-macro-assembler-mips64.cc | 873 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/ |
D | regexp-macro-assembler-arm.cc | 830 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/ |
D | regexp-macro-assembler-x64.cc | 915 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/ |
D | regexp-macro-assembler-ppc.cc | 879 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/ |
D | regexp-macro-assembler-arm64.cc | 1025 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()
|