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

  /external/webkit/JavaScriptCore/runtime/
CollectorHeapIterator.h 103 if (m_block < m_heap.nextBlock || (m_block == m_heap.nextBlock && m_cell < m_heap.nextCell))
121 ASSERT(m_block > m_heap.nextBlock || (m_block == m_heap.nextBlock && m_cell >= m_heap.nextCell));
Collector.cpp 345 m_heap.nextBlock = 0;
346 DeadObjectIterator it(m_heap, m_heap.nextBlock, m_heap.nextCell);
410 ASSERT(m_heap.nextBlock < m_heap.usedBlocks);
411 Block* block = reinterpret_cast<Block*>(m_heap.blocks[m_heap.nextBlock]);
427 } while (++m_heap.nextBlock != m_heap.usedBlocks);
1072 DeadObjectIterator it(m_heap, m_heap.nextBlock, m_heap.nextCell);
    [all...]
Collector.h 54 size_t nextBlock;
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 550 RenderBlock* nextBlock = toRenderBlock(next);
552 nextBlock->moveAllChildrenTo(prevBlock, prevBlock->children());
554 nextBlock->deleteLineBoxTree();
555 nextBlock->destroy();
    [all...]

Completed in 183 milliseconds