Home
last modified time | relevance | path

Searched refs:isCacheable (Results 1 – 9 of 9) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DPutPropertySlot.h64 bool isCacheable() const { return m_type != Uncachable; } in isCacheable() function
66 ASSERT(isCacheable()); in cachedOffset()
DPropertySlot.h74 bool isCacheable() const { return m_offset != WTF::notFound; } in isCacheable() function
77 ASSERT(isCacheable()); in cachedOffset()
DStructureChain.h42 bool isCacheable() const;
DStructureChain.cpp49 bool StructureChain::isCacheable() const in isCacheable() function in JSC::StructureChain
DStructure.cpp311 if (!protoChain->isCacheable()) in getEnumerablePropertyNames()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp668 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()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp172 …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()
/external/webkit/JavaScriptCore/
DChangeLog5456 (JSC::StructureChain::isCacheable):
DChangeLog-2009-06-161826 (JSC::PutPropertySlot::isCacheable):