Home
last modified time | relevance | path

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

/external/v8/src/
Didentity-map.h49 Object* KeyAtIndex(int index) const;
140 Object* key() const { return map_->KeyAtIndex(index_); } in key()
Didentity-map.cc197 Object* IdentityMapBase::KeyAtIndex(int index) const { in KeyAtIndex() function in v8::internal::IdentityMapBase