Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1098 ZoneVector<MapRef>* prototype_maps) { in HasOnlyStablePrototypesWithFastElements() argument
1099 DCHECK_NOT_NULL(prototype_maps); in HasOnlyStablePrototypesWithFastElements()
1106 prototype_maps->push_back(prototype_map); in HasOnlyStablePrototypesWithFastElements()
Dheap-refs.h717 ZoneVector<MapRef>* prototype_maps);
Djs-native-context-specialization.cc1682 ZoneVector<MapRef> prototype_maps(zone()); in ReduceElementAccess() local
1692 &prototype_maps)) { in ReduceElementAccess()
1704 for (MapRef const& prototype_map : prototype_maps) { in ReduceElementAccess()