Searched refs:FilterOneByte (Results 1 – 2 of 2) sorted by relevance
523 virtual RegExpNode* FilterOneByte(int depth) { return this; } in FilterOneByte() function595 virtual RegExpNode* FilterOneByte(int depth);733 virtual RegExpNode* FilterOneByte(int depth);959 virtual RegExpNode* FilterOneByte(int depth);1031 virtual RegExpNode* FilterOneByte(int depth);1058 virtual RegExpNode* FilterOneByte(int depth);
2703 RegExpNode* SeqRegExpNode::FilterOneByte(int depth) { in FilterOneByte() function in v8::internal::SeqRegExpNode2712 RegExpNode* next = on_success_->FilterOneByte(depth - 1); in FilterSuccessor()2734 RegExpNode* TextNode::FilterOneByte(int depth) { in FilterOneByte() function in v8::internal::TextNode2784 RegExpNode* LoopChoiceNode::FilterOneByte(int depth) { in FilterOneByte() function in v8::internal::LoopChoiceNode2791 RegExpNode* continue_replacement = continue_node_->FilterOneByte(depth - 1); in FilterOneByte()2797 return ChoiceNode::FilterOneByte(depth - 1); in FilterOneByte()2800 RegExpNode* ChoiceNode::FilterOneByte(int depth) { in FilterOneByte() function in v8::internal::ChoiceNode2820 RegExpNode* replacement = alternative.node()->FilterOneByte(depth - 1); in FilterOneByte()2840 alternatives_->at(i).node()->FilterOneByte(depth - 1); in FilterOneByte()2850 RegExpNode* NegativeLookaroundChoiceNode::FilterOneByte(int depth) { in FilterOneByte() function in v8::internal::NegativeLookaroundChoiceNode[all …]