Searched refs:ChoiceNode (Results 1 – 2 of 2) sorted by relevance
1042 class ChoiceNode: public RegExpNode {1044 explicit ChoiceNode(int expected_size) in ChoiceNode() function1065 virtual ChoiceNode* Clone() { return new ChoiceNode(*this); } in Clone()1098 class NegativeLookaheadChoiceNode: public ChoiceNode {1102 : ChoiceNode(2) { in NegativeLookaheadChoiceNode()1123 class LoopChoiceNode: public ChoiceNode {1126 : ChoiceNode(2), in LoopChoiceNode()1152 ChoiceNode::AddAlternative(node); in AddAlternative()1348 void BuildTable(ChoiceNode* node);
767 DispatchTable* ChoiceNode::GetTable(bool ignore_case) { in GetTable()1321 void ChoiceNode::GenerateGuard(RegExpMacroAssembler* macro_assembler, in GenerateGuard()1764 int ChoiceNode::EatsAtLeastHelper(int still_to_find, in EatsAtLeastHelper()1793 int ChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()2146 return ChoiceNode::GetQuickCheckDetails(details, in GetQuickCheckDetails()2153 void ChoiceNode::GetQuickCheckDetails(QuickCheckDetails* details, in GetQuickCheckDetails()2653 int ChoiceNode::GreedyLoopTextLength(GuardedAlternative* alternative) { in GreedyLoopTextLength()2706 ChoiceNode::Emit(compiler, trace); in Emit()2710 int ChoiceNode::CalculatePreloadCharacters(RegExpCompiler* compiler, in CalculatePreloadCharacters()2856 void ChoiceNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()[all …]