Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc1019 base::Optional<MapRef> first_map_ref = TryMakeRef(broker(), first_map); in ConsolidateElementLoad() local
1020 if (!first_map_ref.has_value()) return {}; in ConsolidateElementLoad()
1021 InstanceType instance_type = first_map_ref->instance_type(); in ConsolidateElementLoad()
1022 ElementsKind elements_kind = first_map_ref->elements_kind(); in ConsolidateElementLoad()

Completed in 4 milliseconds