Home
last modified time | relevance | path

Searched refs:m_other (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSString.cpp57 RopeImpl::deref(m_other.m_fibers[i]); in resolveRope()
58 m_other.m_fibers[i] = 0; in resolveRope()
73 workQueue.append(m_other.m_fibers[i]); in resolveRope()
74 currentFiber = m_other.m_fibers[m_fiberCount - 1]; in resolveRope()
95 RopeImpl::deref(m_other.m_fibers[i]); in resolveRope()
96 m_other.m_fibers[i] = 0; in resolveRope()
129 for (RopeIterator it(m_other.m_fibers.data(), m_fiberCount); it != end; ++it) { in substringFromRope()
180 for (RopeIterator it(m_other.m_fibers.data(), m_fiberCount); it != end; ++it) { in replaceCharacter()
199 for (RopeIterator it(m_other.m_fibers.data(), m_fiberCount); it != end; ++it) { in replaceCharacter()
DJSString.h96 append(jsString->m_other.m_fibers[i]); in append()
219 m_other.m_fibers[0] = rope.leakRef(); in JSString()
309 m_other.m_finalizerCallback = finalizer; in JSString()
310 m_other.m_finalizerContext = context; in JSString()
318 if (m_other.m_finalizerCallback) in ~JSString()
319 m_other.m_finalizerCallback(this, m_other.m_finalizerContext); in ~JSString()
323 RopeImpl::deref(m_other.m_fibers[i]); in ~JSString()
368 m_other.m_fibers[index++] = impl; in appendStringInConstruct()
375 RopeImpl::Fiber fiber = jsString->m_other.m_fibers[i]; in appendStringInConstruct()
377 m_other.m_fibers[index++] = fiber; in appendStringInConstruct()
[all …]
/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp211 GroupId(void* other) : m_type(OtherType), m_other(other) {} in GroupId()
222 return new UnspecifiedGroup(m_other); in createRetainedObjectInfo()
238 void* m_other; member