Lines Matching full:drop_extra
124 void Goto(HBasicBlock* block, bool drop_extra = false);
139 bool drop_extra = false);
396 HEnvironment* DiscardInlined(bool drop_extra) {
399 if (drop_extra) outer->Drop(1);
707 bool drop_extra() { return return_handling_ == DROP_EXTRA_ON_RETURN; }
759 int drop_extra = 0)
763 drop_extra_(drop_extra) {
771 int drop_extra() { return drop_extra_; }
796 HBasicBlock* Get(BreakableStatement* stmt, BreakType type, int* drop_extra);
1010 bool TryInlineCall(Call* expr, bool drop_extra = false);
1016 bool TryInlineBuiltinFunctionCall(Call* expr, bool drop_extra);