HomeSort by relevance Sort by last modified time
    Searched refs:m_cachedPrototypeChain (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.h 76 void setCachedPrototypeChain(JSGlobalData& globalData, StructureChain* cachedPrototypeChain) { m_cachedPrototypeChain.set(globalData, this, cachedPrototypeChain); }
77 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); }
84 WriteBarrier<StructureChain> m_cachedPrototypeChain;
JSPropertyNameIterator.cpp 90 if (m_cachedStructure.get() == base->structure() && m_cachedPrototypeChain.get() == base->structure()->prototypeChain(exec))
101 if (m_cachedPrototypeChain)
102 markStack.append(&m_cachedPrototypeChain);
JSGlobalObject.h 364 if (!isValid(exec, m_cachedPrototypeChain.get())) {
366 m_cachedPrototypeChain.set(exec->globalData(), this, StructureChain::create(exec->globalData(), prototype.isNull() ? 0 : asObject(prototype)->structure()));
368 return m_cachedPrototypeChain.get();
Structure.cpp 349 transition->m_cachedPrototypeChain.set(globalData, transition, structure->m_cachedPrototypeChain.get());
773 if (m_cachedPrototypeChain)
774 markStack.append(&m_cachedPrototypeChain);
Structure.h 213 mutable WriteBarrier<StructureChain> m_cachedPrototypeChain;
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]
JITOpcodes32_64.cpp     [all...]

Completed in 229 milliseconds