Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGRegisterBank.h72 : m_lastAllocated(NUM_REGS - 1) in RegisterBank()
93 ASSERT(m_lastAllocated < NUM_REGS); in allocate()
102 for (uint32_t i = m_lastAllocated + 1; i < NUM_REGS; ++i) { in allocate()
118 for (uint32_t i = 0; i <= m_lastAllocated; ++i) { in allocate()
222 m_lastAllocated = i; in allocateInternal()
247 uint32_t m_lastAllocated; variable