Searched refs:drop_extra (Results 1 – 2 of 2) sorted by relevance
648 HEnvironment* DiscardInlined(bool drop_extra) { in DiscardInlined() argument654 if (drop_extra) outer->Drop(1); in DiscardInlined()2027 int drop_extra = 0)2032 drop_extra_(drop_extra) { in target_()2041 int drop_extra() { return drop_extra_; } in drop_extra() function2070 Scope** scope, int* drop_extra);
391 bool drop_extra = state != NULL && in Goto() local400 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in Goto()412 bool drop_extra = state->inlining_kind() == NORMAL_RETURN; in AddLeaveInlined() local420 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in AddLeaveInlined()4399 int* drop_extra) { in Get() argument4400 *drop_extra = 0; in Get()4403 *drop_extra += current->info()->drop_extra(); in Get()4410 *drop_extra += current->info()->drop_extra(); in Get()4448 int drop_extra = 0; in VisitContinueStatement() local4451 &outer_scope, &drop_extra); in VisitContinueStatement()[all …]