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.cc376 CHECK(map()->has_fast_object_elements() == HasFastObjectElements()); in JSObjectVerify()
Dobjects.h6269 inline bool has_fast_object_elements();
Dobjects-inl.h4764 bool Map::has_fast_object_elements() { in has_fast_object_elements() function
Dobjects.cc13098 DCHECK(map->has_fast_object_elements()); in EnsureHasInitialMap()