Searched refs:EntryAtIndex (Results 1 – 2 of 2) sorted by relevance
51 V8_EXPORT_PRIVATE RawEntry EntryAtIndex(int index) const;142 return reinterpret_cast<V*>(map_->EntryAtIndex(index_)); in entry()
205 IdentityMapBase::RawEntry IdentityMapBase::EntryAtIndex(int index) const { in EntryAtIndex() function in v8::internal::IdentityMapBase