• Home
  • Raw
  • Download

Lines Matching +defs:trace +defs:flags

137                                         JSRegExp::Flags flags) {  in Compile()
212 JSRegExp::Flags flags, in AtomCompile()
364 JSRegExp::Flags flags = re->GetFlags(); in CompileIrregexp() local
441 JSRegExp::Flags flags, in IrregexpInitialize()
1083 JSRegExp::Flags flags, bool one_byte) in RegExpCompiler()
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()
6614 JSRegExp::Flags flags, Handle<String> pattern, in Compile()