Searched refs:MatchOnly (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrJIT.h132 MatchOnly, enumerator in enum:JSC::Yarr::YarrJITCompileMode
H A DYarrJIT.cpp365 // 3) If we're compiling MatchOnly, 'output' is unused, store the match start directly
2648 if (compileMode == MatchOnly) {
2694 if (mode == MatchOnly)
2695 YarrGenerator<MatchOnly>(pattern, charSize).compile(vm, jitObject);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExp.cpp405 Yarr::jitCompile(pattern, charSize, vm, m_regExpJITCode, Yarr::MatchOnly);

Completed in 136 milliseconds