Home
last modified time | relevance | path

Searched refs:supports_fast_array_iteration (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dheap-refs.h696 bool supports_fast_array_iteration() const;
Dheap-refs.cc1112 bool MapRef::supports_fast_array_iteration() const { in supports_fast_array_iteration() function in v8::internal::compiler::MapRef
Djs-call-reducer.cc3287 if (!map.supports_fast_array_iteration() || in CanInlineArrayIteratingBuiltin()
4264 if (!array_map.supports_fast_array_iteration()) { in ReduceCallOrConstructWithArrayLikeOrSpread()
6103 if (!receiver_map.supports_fast_array_iteration()) { in ReduceArrayPrototypeSlice()