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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2390 static int32_t keyForImmediateSwitch(ExpressionNode* node, int32_t min, int32_t max) function in namespace:JSC
2411 jumpTable.add(keyForImmediateSwitch(nodes[i], min, max), labels[i]->bind(switchAddress, switchAddress + 3));

Completed in 284 milliseconds