Home | History | Annotate | Download | only in jit

Lines Matching refs:JumpTable

84     struct JumpTable {
88 JumpTable(MacroAssembler::Jump f, unsigned t)
120 } jumpTable;
125 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset, Type type)
130 this->jumpTable.simpleJumpTable = jumpTable;
133 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset)
138 this->jumpTable.stringJumpTable = jumpTable;
968 Vector<JumpTable> m_jmpTable;