Searched refs:ctiForValue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DJumpTable.h64 inline CodeLocationLabel ctiForValue(StringImpl* value) function in struct:JSC::StringJumpTable
92 inline CodeLocationLabel ctiForValue(int32_t value) function in struct:JSC::SimpleJumpTable
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp3359 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiForValue(scrutinee.asInt32()).executableAddress();
3361 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiForValue(static_cast<int32_t>(scrutinee.asDouble())).executableAddress();
3379 result = codeBlock->characterSwitchJumpTable(tableIndex).ctiForValue((*value)[0]).executableAddress();
3399 result = codeBlock->stringSwitchJumpTable(tableIndex).ctiForValue(value).executableAddress();

Completed in 206 milliseconds