Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/utils/
Didentity-map.cc271 int last_empty = -1; in Rehash() local
275 last_empty = i; in Rehash()
278 if (pos <= last_empty || pos > i) { in Rehash()
283 last_empty = i; in Rehash()