Home | History | Annotate | Download | only in src

Lines Matching full:drop_extra

654   HEnvironment* DiscardInlined(bool drop_extra) {
657 if (drop_extra) outer->Drop(1);
1892 int drop_extra = 0)
1896 drop_extra_(drop_extra) {
1904 int drop_extra() { return drop_extra_; }
1931 HBasicBlock* Get(BreakableStatement* stmt, BreakType type, int* drop_extra);
2167 bool TryInlineCall(Call* expr, bool drop_extra = false);
2183 bool TryInlineBuiltinFunctionCall(Call* expr, bool drop_extra);