Home
last modified time | relevance | path

Searched refs:m_cachedStructure (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.h70 ASSERT(!m_cachedStructure); in setCachedStructure()
72 m_cachedStructure.set(globalData, this, structure); in setCachedStructure()
74 Structure* cachedStructure() { return m_cachedStructure.get(); } in cachedStructure()
83 WriteBarrier<Structure> m_cachedStructure; variable
DJSPropertyNameIterator.cpp90 …if (m_cachedStructure.get() == base->structure() && m_cachedPrototypeChain.get() == base->structur… in get()
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp163 …hPtr(NotEqual, regT2, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure)))); in emit_op_get_by_pname()
DJITPropertyAccess32_64.cpp1107 …hPtr(NotEqual, regT0, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure)))); in emit_op_get_by_pname()
DJITOpcodes.cpp960 …qual, regT2, Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure))))); in emit_op_next_pname()
DJITOpcodes32_64.cpp1351 …qual, regT2, Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure))))); in emit_op_next_pname()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-247265 Add back null check of m_cachedStructure. Curse last minute changes.
7282 the m_cachedStructure pointer of the iterator. When the iterator is
7283 then finalised the m_cachedStructure is invalid, and the attempt to
7291 The iterator now keeps m_cachedStructure alive itself, so no longer needs