Home
last modified time | relevance | path

Searched refs:isUncacheableDictionary (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.cpp61 … !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() && in create()
DStructure.cpp381 ASSERT(!structure->isUncacheableDictionary()); in removePropertyTransition()
448 ASSERT(!structure->isUncacheableDictionary()); in toDictionaryTransition()
554 if (isUncacheableDictionary()) { in flattenDictionaryStructure()
600 ASSERT(isUncacheableDictionary()); in removePropertyWithoutTransition()
DStructure.h95 bool isUncacheableDictionary() const { return m_dictionaryKind == UncachedDictionaryKind; } in isUncacheableDictionary() function
DJSObject.cpp528 if (m_structure->isUncacheableDictionary()) { in removeDirect()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp822 if (structure->isUncacheableDictionary()) { in tryCachePutByID()
890 if (structure->isUncacheableDictionary()) { in tryCacheGetByID()
1546 && !(structure = baseValue.asCell()->structure())->isUncacheableDictionary() in DEFINE_STUB_FUNCTION()
1620 && !baseValue.asCell()->structure()->isUncacheableDictionary() in DEFINE_STUB_FUNCTION()
2754 …if (slot.isCacheableValue() && !globalObject->structure()->isUncacheableDictionary() && slot.slotB… in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp179 …if (slot.isCacheableValue() && !globalObject->structure()->isUncacheableDictionary() && slot.slotB… in resolveGlobal()
254 …if (slot.isCacheableValue() && !globalObject->structure()->isUncacheableDictionary() && slot.slotB… in resolveGlobalDynamic()
1217 if (structure->isUncacheableDictionary()) { in tryCachePutByID()
1305 if (structure->isUncacheableDictionary()) { in tryCacheGetByID()
1362 ASSERT(!baseObject->structure()->isUncacheableDictionary()); in tryCacheGetByID()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2418233 (JSC::Structure::isUncacheableDictionary):
18323 (JSC::Structure::isUncacheableDictionary):