Home
last modified time | relevance | path

Searched refs:shrinking_done (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc626 Label shrinking_done(this); in DictionarySpecificDelete() local
628 GotoIf(SmiGreaterThan(new_nof, SmiShr(capacity, 2)), &shrinking_done); in DictionarySpecificDelete()
629 GotoIf(SmiLessThan(new_nof, SmiConstant(16)), &shrinking_done); in DictionarySpecificDelete()
636 Goto(&shrinking_done); in DictionarySpecificDelete()
637 BIND(&shrinking_done); in DictionarySpecificDelete()