Home | History | Annotate | Download | only in jit

Lines Matching refs:defaultOffset

1085     unsigned defaultOffset = currentInstruction[2].u.operand;
1090 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset, SwitchRecord::Immediate));
1103 unsigned defaultOffset = currentInstruction[2].u.operand;
1108 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset, SwitchRecord::Character));
1121 unsigned defaultOffset = currentInstruction[2].u.operand;
1126 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset));