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

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

Completed in 43 milliseconds