Home
last modified time | relevance | path

Searched refs:CanHaveFastTransitionableElementsKind (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dmap-inl.h101 bool Map::CanHaveFastTransitionableElementsKind(InstanceType instance_type) { in CanHaveFastTransitionableElementsKind() function
106 bool Map::CanHaveFastTransitionableElementsKind() const { in CanHaveFastTransitionableElementsKind() function
107 return CanHaveFastTransitionableElementsKind(instance_type()); in CanHaveFastTransitionableElementsKind()
114 if (CanHaveFastTransitionableElementsKind(instance_type)) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
H A Dmap.h850 static inline bool CanHaveFastTransitionableElementsKind(
852 inline bool CanHaveFastTransitionableElementsKind() const;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap-inl.h139 bool Map::CanHaveFastTransitionableElementsKind(InstanceType instance_type) { in CanHaveFastTransitionableElementsKind() function
145 bool Map::CanHaveFastTransitionableElementsKind() const { in CanHaveFastTransitionableElementsKind() function
146 return CanHaveFastTransitionableElementsKind(instance_type()); in CanHaveFastTransitionableElementsKind()
159 if (CanHaveFastTransitionableElementsKind(instance_type)) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
H A Dmap.h850 static inline bool CanHaveFastTransitionableElementsKind(
852 inline bool CanHaveFastTransitionableElementsKind() const;
H A Dmap.cc1502 !map->CanHaveFastTransitionableElementsKind(), in CopyAsElementsKind()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap-inl.h116 bool Map::CanHaveFastTransitionableElementsKind(InstanceType instance_type) { in CanHaveFastTransitionableElementsKind() function
122 bool Map::CanHaveFastTransitionableElementsKind() const { in CanHaveFastTransitionableElementsKind() function
123 return CanHaveFastTransitionableElementsKind(instance_type()); in CanHaveFastTransitionableElementsKind()
130 if (CanHaveFastTransitionableElementsKind(instance_type)) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
H A Dmap.h884 static inline bool CanHaveFastTransitionableElementsKind(
886 inline bool CanHaveFastTransitionableElementsKind() const;
H A Dmap.cc1868 !map->CanHaveFastTransitionableElementsKind(), in CopyAsElementsKind()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap-inl.h118 bool Map::CanHaveFastTransitionableElementsKind(InstanceType instance_type) { in CanHaveFastTransitionableElementsKind() function
124 bool Map::CanHaveFastTransitionableElementsKind() const { in CanHaveFastTransitionableElementsKind() function
125 return CanHaveFastTransitionableElementsKind(instance_type()); in CanHaveFastTransitionableElementsKind()
138 if (CanHaveFastTransitionableElementsKind(instance_type)) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
H A Dmap.h888 static inline bool CanHaveFastTransitionableElementsKind(
890 inline bool CanHaveFastTransitionableElementsKind() const;
H A Dmap.cc1873 !map->CanHaveFastTransitionableElementsKind(), in CopyAsElementsKind()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dcompilation-dependencies.cc416 if (Map::CanHaveFastTransitionableElementsKind(map.instance_type())) { in DependOnFieldConstness()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dcompilation-dependencies.cc428 if (Map::CanHaveFastTransitionableElementsKind(map.instance_type())) { in DependOnFieldConstness()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dcompilation-dependencies.cc784 if (Map::CanHaveFastTransitionableElementsKind(map.instance_type())) { in DependOnFieldConstness()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dsetup-heap-internal.cc88 !Map::CanHaveFastTransitionableElementsKind(instance_type), in AllocateMap()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dsetup-heap-internal.cc137 !Map::CanHaveFastTransitionableElementsKind(instance_type), in AllocateMap()
H A Dfactory.cc1739 !Map::CanHaveFastTransitionableElementsKind(type), in NewMap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dsetup-heap-internal.cc117 !Map::CanHaveFastTransitionableElementsKind(instance_type), in AllocateMap()
H A Dfactory.cc1397 !Map::CanHaveFastTransitionableElementsKind(type), in NewMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dsetup-heap-internal.cc132 !Map::CanHaveFastTransitionableElementsKind(instance_type), in AllocateMap()
H A Dfactory.cc1425 !Map::CanHaveFastTransitionableElementsKind(type), in NewMap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/
H A Dobjects-debug.cc491 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects-debug.cc569 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/
H A Dobjects-debug.cc499 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/
H A Dobjects-debug.cc537 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()

12