Home
last modified time | relevance | path

Searched refs:ctiDefault (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DJumpTable.h51 CodeLocationLabel ctiDefault; // FIXME: it should not be necessary to store this. member
69 return ctiDefault; in ctiForValue()
81 CodeLocationLabel ctiDefault; member
96 return ctiDefault; in ctiForValue()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp492 …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()
DJITStubs.cpp2878 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()