Searched defs:isKnownInteger (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGNonSpeculativeJIT.cpp140 bool NonSpeculativeJIT::isKnownInteger(NodeIndex nodeIndex) function in class:JSC::DFG::NonSpeculativeJIT
297 if (isKnownInteger(node.child1)) {
313 // We should have handled this via isKnownInteger, or isKnownNumeric!
327 if (isKnownInteger(node.child1)) {

Completed in 135 milliseconds