Searched refs:shrinking_done (Results 1 – 1 of 1) sorted by relevance
466 Label shrinking_done(this); in DeleteDictionaryProperty() local468 GotoIf(SmiGreaterThan(new_nof, SmiShr(capacity, 2)), &shrinking_done); in DeleteDictionaryProperty()469 GotoIf(SmiLessThan(new_nof, SmiConstant(16)), &shrinking_done); in DeleteDictionaryProperty()471 Goto(&shrinking_done); in DeleteDictionaryProperty()472 BIND(&shrinking_done); in DeleteDictionaryProperty()