Home | History | Annotate | Download | only in arm

Lines Matching full:rewrite

211     // The stub will rewrite receiever and parameter count if the previous
765 // cannot visit the rewrite because it's shared and we risk
1161 Expression* rewrite = slot->var()->local_if_not_shadowed()->rewrite();
1163 // Generate fast case for locals that rewrite to slots.
1171 } else if (rewrite != NULL) {
1173 Property* property = rewrite->AsProperty();
1262 // types of slots, and parameters that rewrite to explicit property
1573 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.
1825 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.
1885 // Left-hand sides that rewrite to explicit property accesses do not reach
3681 // Result of deleting parameters is false, even when they rewrite
3839 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.