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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.h 70 void setCachedStructure(Structure* structure) { m_cachedStructure = structure; }
71 Structure* cachedStructure() { return m_cachedStructure; }
79 Structure* m_cachedStructure;
JSPropertyNameIterator.cpp 40 , m_cachedStructure(0)
52 if (m_cachedStructure)
53 m_cachedStructure->clearEnumerationCache(this);
95 if (m_cachedStructure == base->structure() && m_cachedPrototypeChain == base->structure()->prototypeChain(exec))
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp     [all...]
JITOpcodes.cpp     [all...]

Completed in 349 milliseconds