Home
last modified time | relevance | path

Searched refs:GetLoadByFieldIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dfield-index-inl.h62 DCHECK(result.GetLoadByFieldIndex() == orig_index); in ForLoadByFieldIndex()
70 inline int FieldIndex::GetLoadByFieldIndex() const { in GetLoadByFieldIndex() function
114 return GetLoadByFieldIndex(); in GetKeyedLookupCacheIndex()
Dfield-index.h33 int GetLoadByFieldIndex() const;
Dobjects.cc8518 int load_by_field_index = field_index.GetLoadByFieldIndex(); in GetFastEnumPropertyKeys()