Searched refs:isUncacheableDictionary (Results 1 – 7 of 7) sorted by relevance
61 … !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() && in create()
381 ASSERT(!structure->isUncacheableDictionary()); in removePropertyTransition()448 ASSERT(!structure->isUncacheableDictionary()); in toDictionaryTransition()554 if (isUncacheableDictionary()) { in flattenDictionaryStructure()600 ASSERT(isUncacheableDictionary()); in removePropertyWithoutTransition()
95 bool isUncacheableDictionary() const { return m_dictionaryKind == UncachedDictionaryKind; } in isUncacheableDictionary() function
528 if (m_structure->isUncacheableDictionary()) { in removeDirect()
822 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()
179 …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()
18233 (JSC::Structure::isUncacheableDictionary):18323 (JSC::Structure::isUncacheableDictionary):