Home | History | Annotate | Download | only in jit

Lines Matching refs:SwitchRecord

115     struct SwitchRecord {
132 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset, Type type)
140 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset)
936 Vector<SwitchRecord> m_switches;