Searched refs:has8BitCode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrJIT.h76 bool has8BitCode() { return m_ref8.size(); } function in class:JSC::Yarr::YarrCodeBlock
88 ASSERT(has8BitCode());
129 if (!has8BitCode())
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExp.cpp315 if ((charSize == Yarr::Char8) && (m_regExpJITCode.has8BitCode()))

Completed in 92 milliseconds