Home
last modified time | relevance | path

Searched defs:switchAddress (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp2137 static void prepareJumpTableForImmediateSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, u… in prepareJumpTableForImmediateSwitch()
2163 static void prepareJumpTableForCharacterSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, u… in prepareJumpTableForCharacterSwitch()
2176 static void prepareJumpTableForStringSwitch(StringJumpTable& jumpTable, int32_t switchAddress, uint… in prepareJumpTableForStringSwitch()