Searched refs:m_numCacheableSlots (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPropertyNameArray.h58 , m_numCacheableSlots(0)
66 , m_numCacheableSlots(0)
90 size_t numCacheableSlots() const { return m_numCacheableSlots; }
95 m_numCacheableSlots = numCacheableSlots;
110 size_t m_numCacheableSlots; member in class:JSC::PropertyNameArray
H A DJSPropertyNameIterator.h95 uint32_t m_numCacheableSlots; member in class:JSC::JSPropertyNameIterator
H A DJSPropertyNameIterator.cpp40 , m_numCacheableSlots(numCacheableSlots)
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess.cpp289 addSlowCase(branch32(AboveOrEqual, regT3, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_numCacheableSlots))));
H A DJITPropertyAccess32_64.cpp1218 addSlowCase(branch32(AboveOrEqual, regT3, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_numCacheableSlots))));
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter64.asm1107 biaeq t3, JSPropertyNameIterator::m_numCacheableSlots[t1], .opGetByPnameSlow
H A DLowLevelInterpreter32_64.asm1268 biaeq t0, JSPropertyNameIterator::m_numCacheableSlots[t3], .opGetByPnameSlow

Completed in 144 milliseconds