Lines Matching defs:from
759 // argument count from the predecessor.
1903 Representation from = instr->from();
1906 if (from.IsSmi()) {
1911 from = Representation::Tagged();
1913 if (from.IsTagged()) {
1940 } else if (from.IsDouble()) {
1960 } else if (from.IsInteger32()) {
2566 // Only replay binding of arguments object if it wasn't removed from graph.