Home
last modified time | relevance | path

Searched refs:s_maxInternalRopeLength (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSString.h206 ASSERT(ropeLength <= s_maxInternalRopeLength); in JSString()
219 ASSERT(ropeLength <= s_maxInternalRopeLength); in JSString()
232 ASSERT(ropeLength <= s_maxInternalRopeLength); in JSString()
245 , m_ropeLength(s_maxInternalRopeLength) in JSString()
251 ASSERT(index == s_maxInternalRopeLength); in JSString()
357 static const unsigned s_maxInternalRopeLength = 3; variable
363 mutable Rope::Fiber m_fibers[s_maxInternalRopeLength];
DOperations.h48 if (ropeLength <= JSString::s_maxInternalRopeLength) in jsString()
66 if (ropeLength <= JSString::s_maxInternalRopeLength) in jsString()
84 if (ropeLength <= JSString::s_maxInternalRopeLength) in jsString()