HomeSort by relevance Sort by last modified time
    Searched refs:isKnownNumeric (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.h 86 bool isKnownNumeric(NodeIndex);
DFGNonSpeculativeJIT.cpp 156 bool NonSpeculativeJIT::isKnownNumeric(NodeIndex nodeIndex)
305 if (isKnownNumeric(node.child1)) {
313 // We should have handled this via isKnownInteger, or isKnownNumeric!
335 if (isKnownNumeric(node.child1)) {

Completed in 532 milliseconds