Searched refs:switchAddress (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 1858 static void prepareJumpTableForImmediateSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, u… in prepareJumpTableForImmediateSwitch() argument 1867 … jumpTable.add(keyForImmediateSwitch(nodes[i], min, max), labels[i]->offsetFrom(switchAddress)); in prepareJumpTableForImmediateSwitch() 1884 static void prepareJumpTableForCharacterSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, u… in prepareJumpTableForCharacterSwitch() argument 1893 … jumpTable.add(keyForCharacterSwitch(nodes[i], min, max), labels[i]->offsetFrom(switchAddress)); in prepareJumpTableForCharacterSwitch() 1897 static void prepareJumpTableForStringSwitch(StringJumpTable& jumpTable, int32_t switchAddress, uint… in prepareJumpTableForStringSwitch() argument 1907 location.branchOffset = labels[i]->offsetFrom(switchAddress); in prepareJumpTableForStringSwitch()
|