Searched defs:exit_with_exception (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc798 Label exit_with_exception; local
833 __ b(eq, &exit_with_exception);
840 if (exit_with_exception.is_linked()) {
842 __ bind(&exit_with_exception);
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc838 Label exit_with_exception; member in namespace:v8::internal
884 __ j(equal, &exit_with_exception);
893 if (exit_with_exception.is_linked()) {
895 __ bind(&exit_with_exception); variable
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc798 Label exit_with_exception; local
841 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg));
850 if (exit_with_exception.is_linked()) {
852 __ bind(&exit_with_exception);
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc844 Label exit_with_exception; local
887 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg));
896 if (exit_with_exception.is_linked()) {
898 __ bind(&exit_with_exception);
/external/chromium_org/v8/src/x87/
H A Dregexp-macro-assembler-x87.cc837 Label exit_with_exception; member in namespace:v8::internal
883 __ j(equal, &exit_with_exception);
892 if (exit_with_exception.is_linked()) {
894 __ bind(&exit_with_exception); variable
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc990 Label exit_with_exception; local
1027 __ Cbz(w0, &exit_with_exception);
1036 if (exit_with_exception.is_linked()) {
1037 __ Bind(&exit_with_exception);

Completed in 724 milliseconds