Lines Matching defs:from
769 // argument count from the predecessor.
1853 Representation from = instr->from();
1856 if (from.IsSmi()) {
1861 from = Representation::Tagged();
1863 if (from.IsTagged()) {
1890 } else if (from.IsDouble()) {
1911 } else if (from.IsInteger32()) {
2515 // Only replay binding of arguments object if it wasn't removed from graph.