Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h175 macro(op_strcat, 4) \
DCodeBlock.cpp1129 case op_strcat: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp308 DEFINE_OP(op_strcat) in privateCompileMainPass()
DJITStubs.cpp3335 DEFINE_STUB_FUNCTION(EncodedJSValue, op_strcat) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4427 DEFINE_OPCODE(op_strcat) { in privateExecute()
4442 vPC += OPCODE_LENGTH(op_strcat); in privateExecute()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1812 emitOpcode(op_strcat); in emitStrcat()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-164899 Enable op_strcat across += assignments. This patch allows the lhs of a read/modify node
5061 generation to emit a new op_strcat instruction. By handling the full set of