Searched refs:m_cachedStructure (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSPropertyNameIterator.h | 70 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
|
D | JSPropertyNameIterator.cpp | 90 …if (m_cachedStructure.get() == base->structure() && m_cachedPrototypeChain.get() == base->structur… in get()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITPropertyAccess.cpp | 163 …hPtr(NotEqual, regT2, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure)))); in emit_op_get_by_pname()
|
D | JITPropertyAccess32_64.cpp | 1107 …hPtr(NotEqual, regT0, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure)))); in emit_op_get_by_pname()
|
D | JITOpcodes.cpp | 960 …qual, regT2, Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure))))); in emit_op_next_pname()
|
D | JITOpcodes32_64.cpp | 1351 …qual, regT2, Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedStructure))))); in emit_op_next_pname()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 7265 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
|