Searched refs:ElementsKindForInstanceType (Results 1 – 3 of 3) sorted by relevance
354 ElementsKind elements_kind = JSArrayIterator::ElementsKindForInstanceType( in ReduceFastArrayIteratorNext()512 ElementsKind elements_kind = JSArrayIterator::ElementsKindForInstanceType( in ReduceTypedArrayIteratorNext()
10760 static ElementsKind ElementsKindForInstanceType(InstanceType instance_type);
20365 ElementsKind JSArrayIterator::ElementsKindForInstanceType(InstanceType type) { in ElementsKindForInstanceType() function in v8::internal::JSArrayIterator