Searched refs:is_target_for_anonymous (Results 1 – 2 of 2) sorted by relevance
4931 if ((anonymous && stat->is_target_for_anonymous()) || in LookupBreakTarget()4948 ASSERT(stat->is_target_for_anonymous()); in LookupContinueTarget()
389 bool is_target_for_anonymous() const { return type_ == TARGET_FOR_ANONYMOUS; } in is_target_for_anonymous() function