Lines Matching +defs:text +defs:trace
864 void RegExpTree::AppendToText(RegExpText* text, Zone* zone) { in AppendToText()
869 void RegExpAtom::AppendToText(RegExpText* text, Zone* zone) { in AppendToText()
874 void RegExpCharacterClass::AppendToText(RegExpText* text, Zone* zone) { in AppendToText()
879 void RegExpText::AppendToText(RegExpText* text, Zone* zone) { in AppendToText()
1432 void NegativeSubmatchSuccess::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
1459 void EndNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
1588 Trace* trace) { in GenerateGuard()
2238 Trace* trace) { in LimitVersions()
2454 Trace* trace, in EmitQuickCheck()
3024 Trace* trace) { in EmitHat()
3057 void AssertionNode::EmitBoundaryCheck(RegExpCompiler* compiler, Trace* trace) { in EmitBoundaryCheck()
3111 Trace* trace, in BacktrackIfPrevious()
3156 void AssertionNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
3239 Trace* trace, in TextEmitPass()
3355 void TextNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
3518 void LoopChoiceNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
3937 void ChoiceNode::AssertGuardsMentionRegisters(Trace* trace) { in AssertGuardsMentionRegisters()
3970 void ChoiceNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
4048 Trace* trace, in EmitGreedyLoop()
4095 Trace* trace) { in EmitOptimizedUnanchoredSearch()
4149 Trace* trace, in EmitChoices()
4233 Trace* trace, in EmitOutOfLineContinuation()
4274 void ActionNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
4396 void BackReferenceNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
6420 TextElement text = elements()->at(i); in FillInBMInfo() local