Searched refs:op_jtrue (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | Opcode.h | 142 macro(op_jtrue, 3) \
|
D | CodeBlock.cpp | 963 case op_jtrue: { in dump()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JIT.cpp | 254 DEFINE_OP(op_jtrue) in privateCompileMainPass() 409 DEFINE_SLOWCASE_OP(op_jtrue) in privateCompileSlowCases()
|
D | JITOpcodes32_64.cpp | 952 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jtrue)); in emitSlow_op_jtrue()
|
D | JITStubs.cpp | 2838 DEFINE_STUB_FUNCTION(int, op_jtrue) in DEFINE_STUB_FUNCTION() argument
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGByteCodeParser.cpp | 885 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/ |
D | BytecodeGenerator.cpp | 826 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/ |
D | Interpreter.cpp | 3469 DEFINE_OPCODE(op_jtrue) { in privateExecute() 3482 vPC += OPCODE_LENGTH(op_jtrue); in privateExecute()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 17708 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
|
D | ChangeLog-2009-06-16 | 30500 - 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
|
D | ChangeLog-2008-08-10 | 15003 …(KJS::Machine::privateExecute): Adds execution of op_jfalse. It is identical to op_jtrue, except t…
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 23052 [check-webkit-style] False positive for DEFINE_OPCODE(op_jtrue) {
|