Home
last modified time | relevance | path

Searched refs:m_cachedPrototypeChain (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSPropertyNameIterator.h73 …eChain(NonNullPassRefPtr<StructureChain> cachedPrototypeChain) { m_cachedPrototypeChain = cachedPr… in setCachedPrototypeChain()
74 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); } in cachedPrototypeChain()
80 RefPtr<StructureChain> m_cachedPrototypeChain; variable
DJSGlobalObject.h378 if (!isValid(exec, m_cachedPrototypeChain.get())) { in prototypeChain()
380m_cachedPrototypeChain = StructureChain::create(prototype.isNull() ? 0 : asObject(prototype)->stru… in prototypeChain()
382 return m_cachedPrototypeChain.get(); in prototypeChain()
DJSPropertyNameIterator.cpp95 …if (m_cachedStructure == base->structure() && m_cachedPrototypeChain == base->structure()->prototy… in get()
DStructure.h196 mutable RefPtr<StructureChain> m_cachedPrototypeChain; variable
DStructure.cpp376 transition->m_cachedPrototypeChain = structure->m_cachedPrototypeChain; in addPropertyTransition()
/external/webkit/JavaScriptCore/jit/
DJITOpcodes.cpp1241 …loadPtr(Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedPrototypeChain))), … in emit_op_next_pname()
2454 …loadPtr(Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedPrototypeChain))), …