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

/external/v8/src/
H A Dhydrogen.cc1108 TraceRange("Initial inferred range of %d (%s) set to [%d,%d]\n",
1761 // based on its inputs. If the inferred type is more specialized, then this
1767 Representation inferred = current->InferredRepresentation(); local
1768 if (inferred.IsSpecialization()) {
1773 inferred.Mnemonic());
1775 current->ChangeRepresentation(inferred);

Completed in 85 milliseconds