Home
last modified time | relevance | path

Searched refs:op_post_inc (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h67 macro(op_post_inc, 3) \
DCodeBlock.cpp595 case op_post_inc: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp281 DEFINE_OP(op_post_inc) in privateCompileMainPass()
426 DEFINE_SLOWCASE_OP(op_post_inc) in privateCompileSlowCases()
DJITStubs.cpp2851 DEFINE_STUB_FUNCTION(EncodedJSValue, op_post_inc) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/dfg/
DDFGByteCodeParser.cpp657 case op_post_inc: { in parseBlock()
663 NEXT_OPCODE(op_post_inc); in parseBlock()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1749 DEFINE_OPCODE(op_post_inc) { in privateExecute()
1769 vPC += OPCODE_LENGTH(op_post_inc); in privateExecute()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1006 emitOpcode(op_post_inc); in emitPostInc()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1637864 Fix slowcase for op_post_inc and op_post_dec fixing 2 mozilla tests.