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

  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.h 356 while (m_nextAtom < m_endAtom) {
357 if (!m_marks.testAndSet(m_nextAtom)) {
358 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[m_nextAtom]);
359 m_nextAtom += m_atomsPerCell;
363 m_nextAtom += m_atomsPerCell;
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.h 92 size_t m_nextAtom;
149 m_nextAtom = firstAtom();
MarkedBlock.cpp 52 : m_nextAtom(firstAtom())

Completed in 5547 milliseconds