Searched refs:shrinking_done (Results 1 – 1 of 1) sorted by relevance
474 Label shrinking_done(this); in DeleteDictionaryProperty() local476 GotoIf(SmiGreaterThan(new_nof, SmiShr(capacity, 2)), &shrinking_done); in DeleteDictionaryProperty()477 GotoIf(SmiLessThan(new_nof, SmiConstant(16)), &shrinking_done); in DeleteDictionaryProperty()479 Goto(&shrinking_done); in DeleteDictionaryProperty()480 BIND(&shrinking_done); in DeleteDictionaryProperty()