Home
last modified time | relevance | path

Searched refs:BinaryOpNode (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DNodeConstructors.h434 …inline BinaryOpNode::BinaryOpNode(JSGlobalData* globalData, ExpressionNode* expr1, ExpressionNode*… in BinaryOpNode() function
443 …inline BinaryOpNode::BinaryOpNode(JSGlobalData* globalData, ResultType type, ExpressionNode* expr1… in BinaryOpNode() function
453 : BinaryOpNode(globalData, expr1, expr2, opcodeID, rightHasAssignments) in ReverseBinaryOpNode()
458 : BinaryOpNode(globalData, type, expr1, expr2, opcodeID, rightHasAssignments) in ReverseBinaryOpNode()
463 …: BinaryOpNode(globalData, ResultType::numberTypeCanReuse(), expr1, expr2, op_mul, rightHasAssignm… in MultNode()
468 …: BinaryOpNode(globalData, ResultType::numberTypeCanReuse(), expr1, expr2, op_div, rightHasAssignm… in DivNode()
474 …: BinaryOpNode(globalData, ResultType::numberTypeCanReuse(), expr1, expr2, op_mod, rightHasAssignm… in ModNode()
479 …: BinaryOpNode(globalData, ResultType::forAdd(expr1->resultDescriptor(), expr2->resultDescriptor()… in AddNode()
484 …: BinaryOpNode(globalData, ResultType::numberTypeCanReuse(), expr1, expr2, op_sub, rightHasAssignm… in SubNode()
489 … : BinaryOpNode(globalData, ResultType::forBitOp(), expr1, expr2, op_lshift, rightHasAssignments) in LeftShiftNode()
[all …]
DNodes.h818 class BinaryOpNode : public ExpressionNode {
820BinaryOpNode(JSGlobalData*, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasA…
821BinaryOpNode(JSGlobalData*, ResultType, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bo…
840 class ReverseBinaryOpNode : public BinaryOpNode {
848 class MultNode : public BinaryOpNode {
853 class DivNode : public BinaryOpNode {
858 class ModNode : public BinaryOpNode {
863 class AddNode : public BinaryOpNode {
870 class SubNode : public BinaryOpNode {
875 class LeftShiftNode : public BinaryOpNode {
[all …]
DNodes.cpp802 RegisterID* BinaryOpNode::emitStrcat(BytecodeGenerator& generator, RegisterID* dst, RegisterID* lhs… in emitStrcat()
892 RegisterID* BinaryOpNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-163623 (JSC::BinaryOpNode::emitStrcat): Ditto.
3624 (JSC::BinaryOpNode::emitBytecode): Ditto.
4907 (JSC::BinaryOpNode::emitStrcat):
5093 (JSC::BinaryOpNode::emitStrcat):
5094 (JSC::BinaryOpNode::emitBytecode):
17306 (JSC::BinaryOpNode::emitBytecode):
19141 (JSC::BinaryOpNode::emitBytecode):
22801 (JSC::BinaryOpNode::emitBytecode):
22975 (JSC::BinaryOpNode::emitBytecode):
23220 (JSC::BinaryOpNode::emitBytecode):
[all …]
DChangeLog-2008-08-104168 (KJS::BinaryOpNode::BinaryOpNode):
6829 necessary. This was done by making BinaryOpNode and ReverseBinaryOpNode
6844 (KJS::BinaryOpNode::emitCode):
6849 (KJS::BinaryOpNode::BinaryOpNode):