Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:drop_extra

655   HEnvironment* DiscardInlined(bool drop_extra) {
661 if (drop_extra) outer->Drop(1);
2125 int drop_extra = 0)
2130 drop_extra_(drop_extra) {
2139 int drop_extra() { return drop_extra_; }
2168 Scope** scope, int* drop_extra);