Home
last modified time | relevance | path

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

/external/v8/src/
Didentity-map.h50 V8_EXPORT_PRIVATE RawEntry EntryAtIndex(int index) const;
135 V* operator*() { return reinterpret_cast<V*>(map_->EntryAtIndex(index_)); }
136 V* operator->() { return reinterpret_cast<V*>(map_->EntryAtIndex(index_)); }
Didentity-map.cc202 IdentityMapBase::RawEntry IdentityMapBase::EntryAtIndex(int index) const { in EntryAtIndex() function in v8::internal::IdentityMapBase