Searched refs:TextEmitPass (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.h | 746 void TextEmitPass(RegExpCompiler* compiler,
|
D | jsregexp.cc | 3161 void TextNode::TextEmitPass(RegExpCompiler* compiler, in TextEmitPass() function in v8::internal::TextNode 3298 TextEmitPass(compiler, NON_LATIN1_MATCH, false, trace, false, &dummy); in Emit() 3309 TextEmitPass(compiler, static_cast<TextEmitPassType>(pass), true, trace, in Emit() 3316 TextEmitPass(compiler, static_cast<TextEmitPassType>(pass), false, trace, in Emit()
|