Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-index-inl.h61 DCHECK(result.GetLoadByFieldIndex() == orig_index); in ForLoadByFieldIndex()
69 inline int FieldIndex::GetLoadByFieldIndex() const { in GetLoadByFieldIndex() function
Dfield-index.h32 int GetLoadByFieldIndex() const;
Dkeys.cc336 int load_by_field_index = field_index.GetLoadByFieldIndex(); in GetFastEnumPropertyKeys()