OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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