Searched refs:m_slowCases (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJIT.cpp337 for (Vector<SlowCaseEntry>::iterator iter = m_slowCases.begin(); iter != m_slowCases.end();) {
425 RELEASE_ASSERT_WITH_MESSAGE(iter == m_slowCases.end() || firstTo != iter->to, "Not enough jumps linked in slow case codegen.");
H A DJITInlines.h583 m_slowCases.append(SlowCaseEntry(jump, m_bytecodeOffset));
593 m_slowCases.append(SlowCaseEntry(jumpVector[i], m_bytecodeOffset));
601 m_slowCases.append(SlowCaseEntry(emptyJump, m_bytecodeOffset));
H A DJIT.h807 Vector<SlowCaseEntry> m_slowCases; member in class:JSC::JIT

Completed in 77 milliseconds