Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dheap-refs.h697 bool supports_fast_array_resize() const;
Dheap-refs.cc1116 bool MapRef::supports_fast_array_resize() const { in supports_fast_array_resize() function in v8::internal::compiler::MapRef
Djs-call-reducer.cc3301 if (!map.supports_fast_array_resize()) return false; in CanInlineArrayResizingBuiltin()