Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.h59 if (i >= m_numCacheableSlots) in getOffset()
85 uint32_t m_numCacheableSlots; variable
DJSPropertyNameIterator.cpp42 , m_numCacheableSlots(numCacheableSlots) in JSPropertyNameIterator()
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp166 …boveOrEqual, regT3, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_numCacheableSlots)))); in emit_op_get_by_pname()
DJITPropertyAccess32_64.cpp1110 …boveOrEqual, regT3, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_numCacheableSlots)))); in emit_op_get_by_pname()