Searched defs:jumpTable (Results 1 – 5 of 5) sorted by relevance
8 static memfunptr jumpTable[] = { &Evil::fun }; variable
2137 static void prepareJumpTableForImmediateSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, u… in prepareJumpTableForImmediateSwitch()2163 static void prepareJumpTableForCharacterSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, u… in prepareJumpTableForCharacterSwitch()2176 static void prepareJumpTableForStringSwitch(StringJumpTable& jumpTable, int32_t switchAddress, uint… in prepareJumpTableForStringSwitch()2199 SimpleJumpTable& jumpTable = m_codeBlock->addImmediateSwitchJumpTable(); in endSwitch() local2205 SimpleJumpTable& jumpTable = m_codeBlock->addCharacterSwitchJumpTable(); in endSwitch() local2212 StringJumpTable& jumpTable = m_codeBlock->addStringSwitchJumpTable(); in endSwitch() local
1464 SimpleJumpTable* jumpTable = &m_codeBlock->immediateSwitchJumpTable(tableIndex); in emit_op_switch_imm() local1482 SimpleJumpTable* jumpTable = &m_codeBlock->characterSwitchJumpTable(tableIndex); in emit_op_switch_char() local1500 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex); in emit_op_switch_string() local
1089 SimpleJumpTable* jumpTable = &m_codeBlock->immediateSwitchJumpTable(tableIndex); in emit_op_switch_imm() local1107 SimpleJumpTable* jumpTable = &m_codeBlock->characterSwitchJumpTable(tableIndex); in emit_op_switch_char() local1125 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex); in emit_op_switch_string() local
120 } jumpTable; member