Searched refs:nonSpeculativePeepholeBranchNull (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp436 void SpeculativeJIT::nonSpeculativePeepholeBranchNull(Edge operand, Node* branchNode, bool invert) function in class:JSC::DFG::SpeculativeJIT
502 nonSpeculativePeepholeBranchNull(operand, branchNode, invert);
H A DDFGSpeculativeJIT64.cpp384 void SpeculativeJIT::nonSpeculativePeepholeBranchNull(Edge operand, Node* branchNode, bool invert) function in class:JSC::DFG::SpeculativeJIT
448 nonSpeculativePeepholeBranchNull(operand, branchNode, invert);
H A DDFGSpeculativeJIT.h708 void nonSpeculativePeepholeBranchNull(Edge operand, Node* branchNode, bool invert = false);

Completed in 202 milliseconds