Home
last modified time | relevance | path

Searched refs:has_fast_object_elements (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dobjects-debug.cc324 CHECK(map()->has_fast_object_elements() == HasFastObjectElements()); in JSObjectVerify()
Dobjects-inl.h4581 bool Map::has_fast_object_elements() { in has_fast_object_elements() function
Dobjects.h5604 inline bool has_fast_object_elements();
Dobjects.cc13100 DCHECK(map->has_fast_object_elements()); in EnsureHasInitialMap()