Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dmap-inl.h100 bool Map::CanHaveFastTransitionableElementsKind(InstanceType instance_type) { in CanHaveFastTransitionableElementsKind() function
105 bool Map::CanHaveFastTransitionableElementsKind() const { in CanHaveFastTransitionableElementsKind() function
106 return CanHaveFastTransitionableElementsKind(instance_type()); in CanHaveFastTransitionableElementsKind()
113 if (CanHaveFastTransitionableElementsKind(instance_type)) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
Dmap.h865 static inline bool CanHaveFastTransitionableElementsKind(
867 inline bool CanHaveFastTransitionableElementsKind() const;
/external/v8/src/heap/
Dsetup-heap-internal.cc96 !Map::CanHaveFastTransitionableElementsKind(instance_type), in AllocateMap()
Dfactory.cc1816 !Map::CanHaveFastTransitionableElementsKind(type), in NewMap()
/external/v8/src/
Dobjects-debug.cc605 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
Dobjects.cc9703 !map->CanHaveFastTransitionableElementsKind(), in CopyAsElementsKind()
15689 if (!object->map()->CanHaveFastTransitionableElementsKind()) { in BestFittingFastElementsKind()