Home
last modified time | relevance | path

Searched refs:op_jtrue (Results 1 – 9 of 9) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h123 macro(op_jtrue, 3) \
DCodeBlock.cpp861 case op_jtrue: { in dump()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp255 DEFINE_OP(op_jtrue) in privateCompileMainPass()
392 DEFINE_SLOWCASE_OP(op_jtrue) in privateCompileSlowCases()
DJITStubs.cpp2273 DEFINE_STUB_FUNCTION(int, op_jtrue) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp663 emitOpcode(target->isForward() ? op_jtrue : op_loop_if_true); in emitJumpIfTrue()
711 emitOpcode(op_jtrue); in emitJumpIfFalse()
/external/webkit/JavaScriptCore/
DChangeLog1447 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
DChangeLog-2009-06-1630500 - optimize op_jtrue, op_loop_if_true and op_not in various ways
30508 3) Make op_not, op_loop_if_true and op_jtrue not read the
DChangeLog-2008-08-1015003 …(KJS::Machine::privateExecute): Adds execution of op_jfalse. It is identical to op_jtrue, except t…
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2662 DEFINE_OPCODE(op_jtrue) { in privateExecute()