Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-index-inl.h45 inline FieldIndex FieldIndex::ForLoadByFieldIndex(Map* map, int orig_index) { in ForLoadByFieldIndex() function
100 return ForLoadByFieldIndex(map, index); in ForKeyedLookupCacheIndex()
Dfield-index.h29 static FieldIndex ForLoadByFieldIndex(Map* map, int index);
/external/v8/src/runtime/
Druntime-object.cc852 FieldIndex::ForLoadByFieldIndex(object->map(), index->value()); in RUNTIME_FUNCTION()