Searched defs:cachedStructure (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSPropertyNameIterator.h74 Structure* cachedStructure() { return m_cachedStructure.get(); } function in class:JSC::JSPropertyNameIterator
H A DJSGlobalObject.h377 WriteBarrier<Structure>* cachedStructure = cachedPrototypeChain->head(); local
378 while(*cachedStructure && !prototype.isNull()) {
379 if (asObject(prototype)->structure() != cachedStructure->get())
381 ++cachedStructure;
384 return prototype.isNull() && !*cachedStructure;
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h130 ASSERT(!cachedStructure);
136 ASSERT(!cachedStructure && !cachedPrototypeStructure);
137 // We use the values of cachedStructure & cachedPrototypeStructure to indicate the
140 // - Once this transition has been taken once, cachedStructure is
148 WriteBarrier<Structure> cachedStructure; member in struct:JSC::MethodCallLinkInfo

Completed in 37 milliseconds