Home
last modified time | relevance | path

Searched refs:stack_ok (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc858 Label stack_limit_hit, stack_ok; in GetCode() local
872 __ B(hs, &stack_ok); in GetCode()
884 __ Bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc735 Label stack_limit_hit, stack_ok; in GetCode() local
747 __ b(hs, &stack_ok); in GetCode()
759 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc751 Label stack_limit_hit, stack_ok; in GetCode() local
762 __ Branch(&stack_ok, hs, a0, Operand(num_registers_ * kPointerSize)); in GetCode()
774 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc703 Label stack_limit_hit, stack_ok; in GetCode() local
714 __ Branch(&stack_ok, hs, a0, Operand(num_registers_ * kPointerSize)); in GetCode()
726 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc714 Label stack_limit_hit, stack_ok; in GetCode() local
725 __ Branch(&stack_ok, hs, a0, Operand(num_registers_ * kPointerSize)); in GetCode()
737 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc777 Label stack_limit_hit, stack_ok; in GetCode() local
788 __ j(above_equal, &stack_ok); in GetCode()
802 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc786 Label stack_limit_hit, stack_ok; in GetCode() local
798 __ bge(&stack_ok); in GetCode()
811 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc772 Label stack_limit_hit, stack_ok; in GetCode() local
784 __ bge(&stack_ok); in GetCode()
796 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc743 Label stack_ok; in GetCode() local
754 __ BranchShort(&stack_ok, Ugreater_equal, a0, in GetCode()
766 __ bind(&stack_ok); in GetCode()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc813 Label stack_limit_hit, stack_ok; in GetCode() local
825 __ j(above_equal, &stack_ok); in GetCode()
840 __ bind(&stack_ok); in GetCode()

Completed in 20 milliseconds