Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dheap-refs.h690 bool IsFixedCowArrayMap() const;
Dheap-refs.cc1240 bool MapRef::IsFixedCowArrayMap() const { in IsFixedCowArrayMap() function in v8::internal::compiler::MapRef
1910 if (!elements_ref.map().IsFixedCowArrayMap()) return {}; in GetOwnCowElement()
Djs-create-lowering.cc1860 if (boilerplate_elements.length() == 0 || elements_map.IsFixedCowArrayMap()) { in TryAllocateFastLiteralElements()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch45641 if (boilerplate_elements.length() == 0 || elements_map.IsFixedCowArrayMap()) {