Home
last modified time | relevance | path

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

/external/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()
824 ZoneHandleSet<Map> fixed_array_maps(factory()->fixed_array_map()); in ReduceMaybeGrowFastElements() local
825 fixed_array_maps.insert(factory()->fixed_cow_array_map(), zone()); in ReduceMaybeGrowFastElements()
826 state = state->SetMaps(node, fixed_array_maps, zone()); in ReduceMaybeGrowFastElements()