Searched refs:isCacheable (Results 1 – 9 of 9) sorted by relevance
64 bool isCacheable() const { return m_type != Uncachable; } in isCacheable() function66 ASSERT(isCacheable()); in cachedOffset()
74 bool isCacheable() const { return m_offset != WTF::notFound; } in isCacheable() function77 ASSERT(isCacheable()); in cachedOffset()
42 bool isCacheable() const;
49 bool StructureChain::isCacheable() const in isCacheable() function in JSC::StructureChain
311 if (!protoChain->isCacheable()) in getEnumerablePropertyNames()
668 if (!slot.isCacheable()) { in tryCachePutByID()692 if (!prototypeChain->isCacheable()) { in tryCachePutByID()732 if (!slot.isCacheable()) { in tryCacheGetByID()778 if (!prototypeChain->isCacheable()) { in tryCacheGetByID()1139 ASSERT(!slot.isCacheable() || slot.slotBase().isObject()); in DEFINE_STUB_FUNCTION()1150 && slot.isCacheable() in DEFINE_STUB_FUNCTION()1224 && slot.isCacheable() in DEFINE_STUB_FUNCTION()1296 …if (!baseValue.isCell() || !slot.isCacheable() || asCell(baseValue)->structure()->isDictionary()) { in DEFINE_STUB_FUNCTION()1325 if (!protoChain->isCacheable()) { in DEFINE_STUB_FUNCTION()2185 …if (slot.isCacheable() && !globalObject->structure()->isDictionary() && slot.slotBase() == globalO… in DEFINE_STUB_FUNCTION()
172 …if (slot.isCacheable() && !globalObject->structure()->isDictionary() && slot.slotBase() == globalO… in resolveGlobal()950 if (!slot.isCacheable()) { in tryCachePutByID()986 if (!protoChain->isCacheable()) { in tryCachePutByID()1038 if (!slot.isCacheable()) { in tryCacheGetByID()1099 if (!protoChain->isCacheable()) { in tryCacheGetByID()
5456 (JSC::StructureChain::isCacheable):
1826 (JSC::PutPropertySlot::isCacheable):