Home | History | Annotate | Download | only in ia32

Lines Matching defs:from

799     // argument count from the predecessor.
1897 Representation from = instr->from();
1900 if (from.IsSmi()) {
1905 from = Representation::Tagged();
1907 if (from.IsTagged()) {
1936 } else if (from.IsDouble()) {
1959 } else if (from.IsInteger32()) {
2637 // Only replay binding of arguments object if it wasn't removed from graph.