Home
last modified time | relevance | path

Searched refs:CanTransition (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dmarking-visitor-inl.h488 if (!map.CanTransition()) return 0; in VisitDescriptorsForMap()
/third_party/node/deps/v8/src/objects/
H A Dmap.h780 inline bool CanTransition() const;
H A Dmap-inl.h666 bool Map::CanTransition() const { in CanTransition() function in v8::internal::Map
H A Dcode-inl.h881 return Map::cast(object).CanTransition(); in IsWeakObjectInOptimizedCode()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h687 bool CanTransition() const;
H A Dheap-refs.cc1662 bool MapRef::CanTransition() const { return object()->CanTransition(); } in CanTransition() function in v8::internal::compiler::MapRef
H A Dtyped-optimization.cc235 if (object_map->CanTransition()) { in ReduceCheckMaps()
H A Dcompilation-dependencies.cc1049 if (map.CanTransition()) { in DependOnStableMap()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1367 if (map.CanTransition() && transitions.HasPrototypeTransitions()) { in ExtractMapReferences()

Completed in 26 milliseconds