Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc820 Map transition_target; in ProcessFeedbackMapsForElementAccess() local
828 transition_target = map.object()->FindElementsKindTransitionedMap( in ProcessFeedbackMapsForElementAccess()
832 if (transition_target.is_null()) { in ProcessFeedbackMapsForElementAccess()
836 Handle<Map> target = CanonicalPersistentHandle(transition_target); in ProcessFeedbackMapsForElementAccess()
H A Djs-native-context-specialization.cc1724 MapRef transition_target = access_info.lookup_start_object_maps().front(); in ReduceElementAccess() local
1730 transition_target.elements_kind()) in ReduceElementAccess()
1733 transition_source.object(), transition_target.object())), in ReduceElementAccess()
1776 MapRef transition_target = access_info.lookup_start_object_maps().front(); in ReduceElementAccess() local
1782 transition_target.elements_kind()) in ReduceElementAccess()
1785 transition_source.object(), transition_target.object())), in ReduceElementAccess()

Completed in 8 milliseconds