Searched refs:m_blockIndex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGBasicBlock.h135 BlockIndex m_blockIndex; member in struct:JSC::DFG::UnlinkedBlock
142 : m_blockIndex(blockIndex)
H A DDFGCPSRethreadingPhase.cpp390 for (m_blockIndex = m_graph.m_blocks.size(); m_blockIndex--;) {
391 m_block = m_graph.m_blocks[m_blockIndex].get();
405 m_blockIndex = NoBlock;
484 BlockIndex m_blockIndex; member in class:JSC::DFG::CPSRethreadingPhase
H A DDFGByteCodeParser.cpp1358 ASSERT(inlineStackEntry.m_caller->m_unlinkedBlocks.last().m_blockIndex == inlineStackEntry.m_callsiteBlockHead);
1407 BasicBlock* block = m_graph.m_blocks[inlineStackEntry.m_unlinkedBlocks[i].m_blockIndex].get();
3013 ASSERT(m_inlineStackTop->m_unlinkedBlocks.last().m_blockIndex == m_graph.m_blocks.size() - 1);
3439 linkBlock(m_graph.m_blocks[unlinkedBlocks[i].m_blockIndex].get(), possibleTargets);
3668 ASSERT(m_inlineStackTop->m_unlinkedBlocks.last().m_blockIndex == m_graph.m_blocks.size() - 1);
3695 ASSERT(m_inlineStackTop->m_unlinkedBlocks.isEmpty() || m_graph.m_blocks[m_inlineStackTop->m_unlinkedBlocks.last().m_blockIndex]->bytecodeBegin < m_currentIndex);

Completed in 191 milliseconds