Home
last modified time | relevance | path

Searched refs:stringSwitchJumpTable (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h455 …StringJumpTable& stringSwitchJumpTable(int tableIndex) { ASSERT(m_rareData); return m_rareData->m_… in stringSwitchJumpTable() function
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp2911 void* result = codeBlock->stringSwitchJumpTable(tableIndex).ctiDefault.executableAddress(); in DEFINE_STUB_FUNCTION()
2915 … result = codeBlock->stringSwitchJumpTable(tableIndex).ctiForValue(value).executableAddress(); in DEFINE_STUB_FUNCTION()
DJITOpcodes.cpp1340 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex); in emit_op_switch_string()
2534 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex);
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2910 …vPC += callFrame->codeBlock()->stringSwitchJumpTable(tableIndex).offsetForValue(asString(scrutinee… in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1618054 (JSC::CodeBlock::stringSwitchJumpTable):
18631 (JSC::CodeBlock::stringSwitchJumpTable):