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

  /external/webkit/Source/JavaScriptCore/runtime/
BatchedTransitionOptimizer.h 42 m_object->setStructure(globalData, Structure::toCacheableDictionaryTransition(globalData, m_object->structure()));
Structure.h 75 static Structure* toCacheableDictionaryTransition(JSGlobalData&, Structure*);
Structure.cpp 337 Structure* transition = toCacheableDictionaryTransition(globalData, structure);
461 Structure* Structure::toCacheableDictionaryTransition(JSGlobalData& globalData, Structure* structure)

Completed in 313 milliseconds