Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dload-elimination.cc794 ZoneHandleSet<Map> fixed_array_maps(factory()->fixed_array_map()); in ReduceEnsureWritableFastElements() local
796 fixed_array_maps.contains(elements_maps)) { in ReduceEnsureWritableFastElements()
801 state = state->SetMaps(node, fixed_array_maps, zone()); in ReduceEnsureWritableFastElements()
826 ZoneHandleSet<Map> fixed_array_maps(factory()->fixed_array_map()); in ReduceMaybeGrowFastElements() local
827 fixed_array_maps.insert(factory()->fixed_cow_array_map(), zone()); in ReduceMaybeGrowFastElements()
828 state = state->SetMaps(node, fixed_array_maps, zone()); in ReduceMaybeGrowFastElements()