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

  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 218 , m_firstLazyFunction(0)
339 , m_firstLazyFunction(0)
425 m_firstLazyFunction = codeBlock->m_numVars;
442 m_lastLazyFunction = canLazilyCreateFunctions ? codeBlock->m_numVars : m_firstLazyFunction;
503 , m_firstLazyFunction(0)
605 if (m_lastLazyFunction <= reg->index() || reg->index() < m_firstLazyFunction)
    [all...]