HomeSort by relevance Sort by last modified time
    Searched refs:m_fibers (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.h 64 m_fibers[index++] = fiber;
70 Fiber* fibers() { return m_fibers; }
92 Fiber m_fibers[1]; member in class:JSC::RopeImpl
RopeImpl.cpp 35 Fiber& fiber = m_fibers[i];
JSString.cpp 57 RopeImpl::deref(m_other.m_fibers[i]);
58 m_other.m_fibers[i] = 0;
73 workQueue.append(m_other.m_fibers[i]);
74 currentFiber = m_other.m_fibers[m_fiberCount - 1];
95 RopeImpl::deref(m_other.m_fibers[i]);
96 m_other.m_fibers[i] = 0;
129 for (RopeIterator it(m_other.m_fibers.data(), m_fiberCount); it != end; ++it) {
180 for (RopeIterator it(m_other.m_fibers.data(), m_fiberCount); it != end; ++it) {
199 for (RopeIterator it(m_other.m_fibers.data(), m_fiberCount); it != end; ++it) {
JSString.h 96 append(jsString->m_other.m_fibers[i]);
219 m_other.m_fibers[0] = rope.leakRef();
323 RopeImpl::deref(m_other.m_fibers[i]);
368 m_other.m_fibers[index++] = impl;
375 RopeImpl::Fiber fiber = jsString->m_other.m_fibers[i];
377 m_other.m_fibers[index++] = fiber;
395 m_other.m_fibers[index++] = impl;
424 mutable FixedArray<RopeImpl::Fiber, s_maxInternalRopeLength> m_fibers; member in union:JSC::JSString::JSStringFinalizerStruct::__anon15923

Completed in 123 milliseconds