Searched refs:stack_register (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.cc | 4946 int stack_register = compiler->UnicodeLookaroundStackRegister(); in NegativeLookaroundAgainstReadDirectionAndMatch() local 4948 RegExpLookaround::Builder lookaround(false, match_node, stack_register, in NegativeLookaroundAgainstReadDirectionAndMatch() 4960 int stack_register = compiler->UnicodeLookaroundStackRegister(); in MatchAndNegativeLookaroundInReadDirection() local 4962 RegExpLookaround::Builder lookaround(false, on_success, stack_register, in MatchAndNegativeLookaroundInReadDirection() 5588 int stack_register = compiler->UnicodeLookaroundStackRegister(); in BoundaryAssertionAsLookaround() local 5599 stack_register, position_register); in BoundaryAssertionAsLookaround() 5605 stack_register, position_register); in BoundaryAssertionAsLookaround() 6613 int stack_register = compiler->UnicodeLookaroundStackRegister(); in OptionallyStepBackToLeadSurrogate() local 6617 RegExpLookaround::Builder builder(true, step_back, stack_register, in OptionallyStepBackToLeadSurrogate()
|