Searched refs:branchNode (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp999 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
1003 nonSpeculativePeepholeBranch(node, branchNode, cond, helperFunction);
1006 m_currentNode = branchNode;
1020 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
1024 nonSpeculativePeepholeStrictEq(node, branchNode, invert);
1027 m_currentNode = branchNode;
1383 void SpeculativeJIT::compilePeepHoleDoubleBranch(Node* node, Node* branchNode, JITCompiler::DoubleCondition condition) argument
1385 BlockIndex taken = branchNode->takenBlockIndex();
1386 BlockIndex notTaken = branchNode->notTakenBlockIndex();
1395 void SpeculativeJIT::compilePeepHoleObjectEquality(Node* node, Node* branchNode) argument
1472 compilePeepHoleBooleanBranch(Node* node, Node* branchNode, JITCompiler::RelationalCondition condition) argument
1503 compilePeepHoleIntegerBranch(Node* node, Node* branchNode, JITCompiler::RelationalCondition condition) argument
1540 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
3626 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
3698 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
3713 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
3728 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
3748 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
[all...]
H A DDFGSpeculativeJIT32_64.cpp436 void SpeculativeJIT::nonSpeculativePeepholeBranchNull(Edge operand, Node* branchNode, bool invert) argument
438 BlockIndex taken = branchNode->takenBlockIndex();
439 BlockIndex notTaken = branchNode->notTakenBlockIndex();
498 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
502 nonSpeculativePeepholeBranchNull(operand, branchNode, invert);
507 m_currentNode = branchNode;
517 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
519 BlockIndex taken = branchNode->takenBlockIndex();
520 BlockIndex notTaken = branchNode->notTakenBlockIndex();
584 m_currentNode = branchNode;
670 nonSpeculativePeepholeStrictEq(Node* node, Node* branchNode, bool invert) argument
1449 compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Node* branchNode) argument
[all...]
H A DDFGSpeculativeJIT64.cpp384 void SpeculativeJIT::nonSpeculativePeepholeBranchNull(Edge operand, Node* branchNode, bool invert) argument
386 BlockIndex taken = branchNode->takenBlockIndex();
387 BlockIndex notTaken = branchNode->notTakenBlockIndex();
444 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock); local
448 nonSpeculativePeepholeBranchNull(operand, branchNode, invert);
453 m_currentNode = branchNode;
463 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
465 BlockIndex taken = branchNode->takenBlockIndex();
466 BlockIndex notTaken = branchNode->notTakenBlockIndex();
528 m_currentNode = branchNode;
606 nonSpeculativePeepholeStrictEq(Node* node, Node* branchNode, bool invert) argument
1462 compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Node* branchNode) argument
[all...]
H A DDFGSpeculativeJIT.h708 void nonSpeculativePeepholeBranchNull(Edge operand, Node* branchNode, bool invert = false);
711 void nonSpeculativePeepholeBranch(Node*, Node* branchNode, MacroAssembler::RelationalCondition, S_DFGOperation_EJJ helperFunction);
715 void nonSpeculativePeepholeStrictEq(Node*, Node* branchNode, bool invert = false);
1920 void compilePeepHoleIntegerBranch(Node*, Node* branchNode, JITCompiler::RelationalCondition);
1921 void compilePeepHoleBooleanBranch(Node*, Node* branchNode, JITCompiler::RelationalCondition);
1922 void compilePeepHoleDoubleBranch(Node*, Node* branchNode, JITCompiler::DoubleCondition);
1923 void compilePeepHoleObjectEquality(Node*, Node* branchNode);
1924 void compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Node* branchNode);

Completed in 308 milliseconds