Home
last modified time | relevance | path

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

/external/v8/src/
Didentity-map.cc29 int index = InsertIndex(key); in Insert()
58 int IdentityMapBase::InsertIndex(Object* address) { in InsertIndex() function in v8::internal::IdentityMapBase
152 int index = InsertIndex(pair.first); in Rehash()
180 int index = InsertIndex(old_keys[i]); in Resize()
Didentity-map.h43 int InsertIndex(Object* address);