Searched refs:exit_with_exception (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 878 Label exit_with_exception; in GetCode() local 921 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg)); in GetCode() 930 if (exit_with_exception.is_linked()) { in GetCode() 932 __ bind(&exit_with_exception); in GetCode()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 875 Label exit_with_exception; in GetCode() local 921 __ j(equal, &exit_with_exception); in GetCode() 930 if (exit_with_exception.is_linked()) { in GetCode() 932 __ bind(&exit_with_exception); in GetCode()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.cc | 837 Label exit_with_exception; in GetCode() local 872 __ b(eq, &exit_with_exception); in GetCode() 879 if (exit_with_exception.is_linked()) { in GetCode() 881 __ bind(&exit_with_exception); in GetCode()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 928 Label exit_with_exception; in GetCode() local 985 __ j(equal, &exit_with_exception); in GetCode() 997 if (exit_with_exception.is_linked()) { in GetCode() 999 __ bind(&exit_with_exception); in GetCode()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 840 Label exit_with_exception; in GetCode() local 883 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg)); in GetCode() 892 if (exit_with_exception.is_linked()) { in GetCode() 894 __ bind(&exit_with_exception); in GetCode()
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.cc | 883 Label exit_with_exception; in GetCode() local 917 __ beq(&exit_with_exception); in GetCode() 924 if (exit_with_exception.is_linked()) { in GetCode() 926 __ bind(&exit_with_exception); in GetCode()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 885 Label exit_with_exception; in GetCode() local 920 __ beq(&exit_with_exception); in GetCode() 927 if (exit_with_exception.is_linked()) { in GetCode() 929 __ bind(&exit_with_exception); in GetCode()
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 1023 Label exit_with_exception; in GetCode() local 1060 __ Cbz(w0, &exit_with_exception); in GetCode() 1069 if (exit_with_exception.is_linked()) { in GetCode() 1070 __ Bind(&exit_with_exception); in GetCode()
|