Searched refs:ctiDefault (Results 1 – 3 of 3) sorted by relevance
51 CodeLocationLabel ctiDefault; // FIXME: it should not be necessary to store this. member69 return ctiDefault; in ctiForValue()81 CodeLocationLabel ctiDefault; member96 return ctiDefault; in ctiForValue()
492 …record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + 3 +… in privateCompile()496 …er.locationOf(m_labels[bytecodeIndex + 3 + offset]) : record.jumpTable.simpleJumpTable->ctiDefault; in privateCompile()501 …record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + 3 +… in privateCompile()506 …er.locationOf(m_labels[bytecodeIndex + 3 + offset]) : record.jumpTable.stringJumpTable->ctiDefault; in privateCompile()
2878 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiDefault.executableAddress(); in DEFINE_STUB_FUNCTION()2891 void* result = codeBlock->characterSwitchJumpTable(tableIndex).ctiDefault.executableAddress(); in DEFINE_STUB_FUNCTION()2911 void* result = codeBlock->stringSwitchJumpTable(tableIndex).ctiDefault.executableAddress(); in DEFINE_STUB_FUNCTION()