Searched refs:nof_indices (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | elements.cc | 1125 PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, in DirectCollectElementIndicesImpl() argument 1139 *nof_indices = insertion_index; in DirectCollectElementIndicesImpl() 1188 uint32_t nof_indices = 0; in PrependElementIndicesImpl() local 1194 combined_keys, &nof_indices); in PrependElementIndicesImpl() 1197 SortIndices(combined_keys, nof_indices); in PrependElementIndicesImpl() 1201 for (uint32_t i = 0; i < nof_indices; i++) { in PrependElementIndicesImpl() 1211 FAST_ELEMENTS, nof_indices, nof_property_keys); in PrependElementIndicesImpl() 1217 int final_size = nof_indices + nof_property_keys; in PrependElementIndicesImpl() 1580 PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, in DirectCollectElementIndicesImpl() argument 1595 *nof_indices = insertion_index; in DirectCollectElementIndicesImpl() [all …]
|