Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h135 macro(op_switch_imm, 4) \
DCodeBlock.cpp916 case op_switch_imm: { in dump()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp308 DEFINE_OP(op_switch_imm) in privateCompileMainPass()
DJITStubs.cpp2861 DEFINE_STUB_FUNCTION(void*, op_switch_imm) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1828 emitOpcode(op_switch_imm); in beginSwitch()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2848 DEFINE_OPCODE(op_switch_imm) { in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1637673 Implement op_switch_imm in the CTI fixing 13 mozilla tests.