Searched refs:exit_with_exception (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 933 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/ |
D | regexp-macro-assembler-arm.cc | 861 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/ |
D | regexp-macro-assembler-ia32.cc | 887 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/ |
D | regexp-macro-assembler-s390.cc | 910 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/ |
D | regexp-macro-assembler-mips64.cc | 896 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/ |
D | regexp-macro-assembler-ppc.cc | 915 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/ |
D | regexp-macro-assembler-mips.cc | 860 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/ |
D | regexp-macro-assembler-arm64.cc | 1051 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()
|