Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-compiler.cc102 receiver_map->has_external_array_elements() || in ComputeKeyedLoadMonomorphic()
399 receiver_map->has_external_array_elements() || in CompileKeyedStorePolymorphic()
429 receiver_map->has_external_array_elements() || in CompileKeyedStoreMonomorphic()
Dic.cc1648 if (target_receiver_maps[i]->has_external_array_elements() || in StoreElementStub()
1686 DCHECK(map->has_external_array_elements()); in ComputeTransitionedMap()
1770 receiver->map()->has_external_array_elements() && oob_access) { in GetStoreMode()
/external/v8/src/
Dobjects-inl.h2896 } else if (has_external_array_elements()) { in GetInitialElements()
Dobjects.h5757 inline bool has_external_array_elements() { in has_external_array_elements() function