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

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h455 StringJumpTable& stringSwitchJumpTable(int tableIndex) { ASSERT(m_rareData); return m_rareData->m_stringSwitchJumpTables[tableIndex]; } function in class:JSC::CodeBlock
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp3477 void* result = codeBlock->stringSwitchJumpTable(tableIndex).ctiDefault.executableAddress();
3481 result = codeBlock->stringSwitchJumpTable(tableIndex).ctiForValue(value).executableAddress();
H A DJITOpcodes.cpp1125 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex);
H A DJITOpcodes32_64.cpp1500 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp3762 vPC += codeBlock->stringSwitchJumpTable(tableIndex).offsetForValue(asString(scrutinee)->value(callFrame).impl(), defaultOffset);

Completed in 117 milliseconds