Searched refs:op_post_inc (Results 1 – 8 of 8) sorted by relevance
67 macro(op_post_inc, 3) \
595 case op_post_inc: { in dump()
281 DEFINE_OP(op_post_inc) in privateCompileMainPass()426 DEFINE_SLOWCASE_OP(op_post_inc) in privateCompileSlowCases()
2851 DEFINE_STUB_FUNCTION(EncodedJSValue, op_post_inc) in DEFINE_STUB_FUNCTION() argument
657 case op_post_inc: { in parseBlock()663 NEXT_OPCODE(op_post_inc); in parseBlock()
1749 DEFINE_OPCODE(op_post_inc) { in privateExecute()1769 vPC += OPCODE_LENGTH(op_post_inc); in privateExecute()
1006 emitOpcode(op_post_inc); in emitPostInc()
37864 Fix slowcase for op_post_inc and op_post_dec fixing 2 mozilla tests.