Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h142 macro(op_jtrue, 3) \
DCodeBlock.cpp963 case op_jtrue: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp254 DEFINE_OP(op_jtrue) in privateCompileMainPass()
409 DEFINE_SLOWCASE_OP(op_jtrue) in privateCompileSlowCases()
DJITOpcodes32_64.cpp952 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jtrue)); in emitSlow_op_jtrue()
DJITStubs.cpp2838 DEFINE_STUB_FUNCTION(int, op_jtrue) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/dfg/
DDFGByteCodeParser.cpp885 case op_jtrue: { in parseBlock()
888 …nfo(m_currentIndex + relativeOffset), OpInfo(m_currentIndex + OPCODE_LENGTH(op_jtrue)), condition); in parseBlock()
889 LAST_OPCODE(op_jtrue); in parseBlock()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp826 emitOpcode(target->isForward() ? op_jtrue : op_loop_if_true); in emitJumpIfTrue()
878 emitOpcode(target->isForward() ? op_jtrue : op_loop_if_true); in emitJumpIfFalse()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3469 DEFINE_OPCODE(op_jtrue) { in privateExecute()
3482 vPC += OPCODE_LENGTH(op_jtrue); in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2417708 Add floating point support checks to op_jfalse and op_jtrue, and
23468 Add inline code dealing with doubles for op_jfalse and op_jtrue.
24467 op_jtrue if the value is *not* boolean.
24599 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/Tools/
DChangeLog-2010-05-2423052 [check-webkit-style] False positive for DEFINE_OPCODE(op_jtrue) {