Searched refs:m_outOfBounds (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DArrayProfile.h140 , m_outOfBounds(false)
152 , m_outOfBounds(false)
165 bool* addressOfOutOfBounds() { return &m_outOfBounds; }
178 bool outOfBounds(const ConcurrentJITLocker&) const { return m_outOfBounds; }
193 bool m_outOfBounds; member in class:JSC::ArrayProfile
H A DArrayProfile.cpp127 if (m_outOfBounds) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm1586 storeb 1, ArrayProfile::m_outOfBounds[t0]
1733 storeb 1, ArrayProfile::m_outOfBounds[t0]
H A DLowLevelInterpreter64.asm1484 storeb 1, ArrayProfile::m_outOfBounds[t0]
1627 storeb 1, ArrayProfile::m_outOfBounds[t0]

Completed in 271 milliseconds