Searched refs:m_needsNormalLinking (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGBasicBlock.h160 bool m_needsNormalLinking; member in struct:JSC::DFG::UnlinkedBlock
167 , m_needsNormalLinking(true)
H A DDFGByteCodeParser.cpp1458 ASSERT(inlineStackEntry.m_caller->m_unlinkedBlocks.last().m_needsNormalLinking);
1459 inlineStackEntry.m_caller->m_unlinkedBlocks.last().m_needsNormalLinking = false;
2926 m_inlineStackTop->m_unlinkedBlocks.last().m_needsNormalLinking = false;
3366 if (unlinkedBlocks[i].m_needsNormalLinking) {
3368 unlinkedBlocks[i].m_needsNormalLinking = false;

Completed in 100 milliseconds