Home
last modified time | relevance | path

Searched refs:op_switch_string (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h159 macro(op_switch_string, 4) \
DCodeBlock.cpp1050 case op_switch_string: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp313 DEFINE_OP(op_switch_string) in privateCompileMainPass()
DJITStubs.cpp3468 DEFINE_STUB_FUNCTION(void*, op_switch_string) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp2113 emitOpcode(op_switch_string); in beginSwitch()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3747 DEFINE_OPCODE(op_switch_string) { in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1637376 Implement op_switch_string fixing 1 mozilla test and one test in fast/js.