Searched refs:drop_extra (Results 1 – 2 of 2) sorted by relevance
631 HEnvironment* DiscardInlined(bool drop_extra) { in DiscardInlined() argument634 if (drop_extra) outer->Drop(1); in DiscardInlined()2066 int drop_extra = 0)2071 drop_extra_(drop_extra) { in target_()2080 int drop_extra() { return drop_extra_; } in drop_extra() function2109 Scope** scope, int* drop_extra);
213 bool drop_extra = state != NULL && in Goto() local222 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in Goto()234 bool drop_extra = state->inlining_kind() == NORMAL_RETURN; in AddLeaveInlined() local242 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in AddLeaveInlined()4841 int* drop_extra) { in Get() argument4842 *drop_extra = 0; in Get()4845 *drop_extra += current->info()->drop_extra(); in Get()4852 *drop_extra += current->info()->drop_extra(); in Get()4885 int drop_extra = 0; in VisitContinueStatement() local4888 &outer_scope, &drop_extra); in VisitContinueStatement()[all …]