Home
last modified time | relevance | path

Searched refs:m_jsStrings (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.cpp44 , m_jsStrings(adoptArrayPtr(new WriteBarrier<Unknown>[m_jsStringsSize])) in JSPropertyNameIterator()
48m_jsStrings[i].set(exec->globalData(), this, jsOwnedString(exec, propertyNameVector[i].ustring())); in JSPropertyNameIterator()
89 JSValue identifier = m_jsStrings[i].get(); in get()
100 markStack.appendValues(m_jsStrings.get(), m_jsStringsSize, MayContainNullValues); in markChildren()
DJSPropertyNameIterator.h87 OwnArrayPtr<WriteBarrier<Unknown> > m_jsStrings; variable
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp1337 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_jsStrings)), regT2); in emit_op_next_pname()
DJITOpcodes.cpp945 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_jsStrings)), regT2); in emit_op_next_pname()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2416091 size of a JSValue because m_jsStrings is an array of JSValues.