Home
last modified time | relevance | path

Searched refs:m_numCacheableSlots (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSPropertyNameIterator.h61 if (i >= m_numCacheableSlots) in getOffset()
81 uint32_t m_numCacheableSlots; variable
DJSPropertyNameIterator.cpp41 , m_numCacheableSlots(numCacheableSlots) in JSPropertyNameIterator()
/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp996 …boveOrEqual, regT3, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_numCacheableSlots)))); in emit_op_get_by_pname()
1087 …boveOrEqual, regT3, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_numCacheableSlots))));