Searched refs:op_lesseq (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | Opcode.h | 63 macro(op_lesseq, 4) \
|
D | CodeBlock.cpp | 581 case op_lesseq: { in dump()
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | NodeConstructors.h | 514 …: BinaryOpNode(globalData, ResultType::booleanType(), expr1, expr2, op_lesseq, rightHasAssignments) in LessEqNode() 519 …: ReverseBinaryOpNode(globalData, ResultType::booleanType(), expr1, expr2, op_lesseq, rightHasAssi… in GreaterEqNode()
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGByteCodeParser.cpp | 752 case op_lesseq: { in parseBlock() 757 NEXT_OPCODE(op_lesseq); in parseBlock()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JIT.cpp | 197 DEFINE_BINARY_OP(op_lesseq) in privateCompileMainPass()
|
D | JITStubs.cpp | 2554 DEFINE_STUB_FUNCTION(EncodedJSValue, op_lesseq) in DEFINE_STUB_FUNCTION() argument
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 775 } else if (m_lastOpcodeID == op_lesseq) { in emitJumpIfTrue() 851 } else if (m_lastOpcodeID == op_lesseq && target->isForward()) { in emitJumpIfFalse()
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 1694 DEFINE_OPCODE(op_lesseq) { in privateExecute() 1708 vPC += OPCODE_LENGTH(op_lesseq); in privateExecute()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 34854 Bug 20816: op_lesseq should be optimized
|