Searched refs:op_jtrue (Results 1 – 9 of 9) sorted by relevance
123 macro(op_jtrue, 3) \
861 case op_jtrue: { in dump()
255 DEFINE_OP(op_jtrue) in privateCompileMainPass()392 DEFINE_SLOWCASE_OP(op_jtrue) in privateCompileSlowCases()
2273 DEFINE_STUB_FUNCTION(int, op_jtrue) in DEFINE_STUB_FUNCTION() argument
663 emitOpcode(target->isForward() ? op_jtrue : op_loop_if_true); in emitJumpIfTrue()711 emitOpcode(op_jtrue); in emitJumpIfFalse()
1447 Add inline code dealing with doubles for op_jfalse and op_jtrue.2446 op_jtrue if the value is *not* boolean. 2578 Implemented op_loop_if_true, op_jfalse, op_jtrue, op_jeq_null and op_jneq_null
30500 - optimize op_jtrue, op_loop_if_true and op_not in various ways30508 3) Make op_not, op_loop_if_true and op_jtrue not read the
15003 …(KJS::Machine::privateExecute): Adds execution of op_jfalse. It is identical to op_jtrue, except t…
2662 DEFINE_OPCODE(op_jtrue) { in privateExecute()