Home | History | Annotate | Download | only in jit

Lines Matching refs:jumpTable

91     struct JumpTable {
95 JumpTable(MacroAssembler::Jump f, unsigned t)
127 } jumpTable;
132 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset, Type type)
137 this->jumpTable.simpleJumpTable = jumpTable;
140 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset)
145 this->jumpTable.stringJumpTable = jumpTable;
931 Vector<JumpTable> m_jmpTable;