Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/utils/
Didentity-map.h65 RawEntry EntryAtIndex(int index) const;
171 return reinterpret_cast<V*>(map_->EntryAtIndex(index_)); in entry()
Didentity-map.cc242 IdentityMapBase::RawEntry IdentityMapBase::EntryAtIndex(int index) const { in EntryAtIndex() function in v8::internal::IdentityMapBase