Searched refs:op_post_inc (Results 1 – 7 of 7) sorted by relevance
64 macro(op_post_inc, 3) \
571 case op_post_inc: { in dump()
284 DEFINE_OP(op_post_inc) in privateCompileMainPass()412 DEFINE_SLOWCASE_OP(op_post_inc) in privateCompileSlowCases()
2407 DEFINE_STUB_FUNCTION(EncodedJSValue, op_post_inc) in DEFINE_STUB_FUNCTION() argument
1409 DEFINE_OPCODE(op_post_inc) { in privateExecute()1429 vPC += OPCODE_LENGTH(op_post_inc); in privateExecute()
867 emitOpcode(op_post_inc); in emitPostInc()
37864 Fix slowcase for op_post_inc and op_post_dec fixing 2 mozilla tests.