Searched refs:op_post_dec (Results 1 – 8 of 8) sorted by relevance
65 macro(op_post_dec, 3) \
577 case op_post_dec: { in dump()
281 DEFINE_OP(op_post_dec) in privateCompileMainPass()406 DEFINE_SLOWCASE_OP(op_post_dec) in privateCompileSlowCases()
2548 DEFINE_STUB_FUNCTION(EncodedJSValue, op_post_dec) in DEFINE_STUB_FUNCTION() argument
850 emitOpcode(op_post_dec); in emitPostDec()
1465 DEFINE_OPCODE(op_post_dec) { in privateExecute()
14419 Added op_post_dec.
37864 Fix slowcase for op_post_inc and op_post_dec fixing 2 mozilla tests.