Home
last modified time | relevance | path

Searched refs:has_fast_double_elements (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dobjects-inl.h1368 (map()->has_fast_double_elements() == value->IsFixedDoubleArray())); in set_map_and_elements()
1388 map()->has_fast_double_elements()); in initialize_elements()
Dic.cc1624 receiver_map->has_fast_double_elements() || in ComputeMonomorphicStubWithoutMapCheck()
Dhydrogen.cc1573 if (trans->original_map()->has_fast_double_elements()) { in ProcessLoopBlock()
1576 if (trans->transitioned_map()->has_fast_double_elements()) { in ProcessLoopBlock()
4684 map->has_fast_double_elements()); in BuildMonomorphicElementAccess()
Dobjects.h4643 inline bool has_fast_double_elements() { in has_fast_double_elements() function
Dobjects.cc9443 ASSERT(map()->has_fast_double_elements()); in SetFastDoubleElement()